CreateDIBPatternBrushPt function gdi32

HBRUSH CreateDIBPatternBrushPt(
  1. Pointer<NativeType> lpPackedDIB,
  2. DIB_USAGE iUsage
)

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));