CreatePen

Function CreatePen 

Source
pub unsafe extern "system" fn CreatePen(
    istyle: i32,
    cwidth: i32,
    color: u32,
) -> *mut c_void
Expand description

#243 CreatePen

creates a pen of the given style, width, and color