BitmapBuffer

EmfCreateMonoBrush.BitmapBuffer property

Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record.

public WmfDeviceIndependentBitmap BitmapBuffer { get; set; }

See Also