BitmapBuffer

EmfExtCreatePen.BitmapBuffer property

Gets or sets an optional 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_EXTCREATEPEN record

public WmfDeviceIndependentBitmap BitmapBuffer { get; set; }

See Also