CreateDIBPatternBrushPt function gdi32
Creates a logical brush that has the pattern specified by the device-independent bitmap (DIB).
To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-createdibpatternbrushpt.
Implementation
@pragma('vm:prefer-inline')
HBRUSH CreateDIBPatternBrushPt(Pointer lpPackedDIB, DIB_USAGE iUsage) =>
HBRUSH(_CreateDIBPatternBrushPt(lpPackedDIB, iUsage));