IsColor

EmfPlusDrawDriverString.IsColor property

Gets or sets a value indicating whether this instance is color. This bit indicates the type of data in the BrushId field. If set, BrushId specifies the color value in an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the EMF+ Object Table index of an EmfPlusBrush object (section 2.2.1.1).

public bool IsColor { get; set; }

Property Value

true if this instance is color; otherwise, false.

See Also