Function windows::Win32::Graphics::GdiPlus::GdipCreateLineBrushFromRectWithAngle
pub unsafe fn GdipCreateLineBrushFromRectWithAngle<P0>(
rect: *const RectF,
color1: u32,
color2: u32,
angle: f32,
isanglescalable: P0,
wrapmode: WrapMode,
linegradient: *mut *mut GpLineGradient,
) -> Statuswhere
P0: Param<BOOL>,