Skip to main content

ImDrawList_AddLineV

Function ImDrawList_AddLineV 

Source
pub unsafe extern "C" fn ImDrawList_AddLineV(
    self_: *mut ImDrawList,
    x: f32,
    min_y: f32,
    max_y: f32,
    col: ImU32,
    thickness: f32,
)