pub unsafe extern "system" fn RoundRect(
hdc: *mut c_void,
left: i32,
top: i32,
right: i32,
bottom: i32,
width: i32,
height: i32,
) -> i32Expand description
#251 RoundRect
draw a rectangle with rounded corners into the specified device-context using the currently selected pen
ยงSee also
- MS-EMF:v14 2.3.5.35 EMR_ROUNDRECT Record