pub unsafe extern "system" fn FrameRgn(
hdc: *mut c_void,
hrgn: *mut c_void,
hbr: *mut c_void,
w: i32,
h: i32,
) -> i32Expand description
#252 FrameRgn
uses the brush specified by the hBrush parameter to draw a frame around
the specified region
ยงSee also
- MS-EMF:v14 2.3.5.11 EMR_FRAMERGN Record