ColorUsage

WmfStretchDib.ColorUsage property

Gets or sets the color usage.

public WmfColorUsageEnum ColorUsage { get; set; }

Property Value

The Colors field of the DIB contains explicit RGB values or indexes into a palette. This value MUST be in the ColorUsage

Enumeration (section 2.1.1.6).

See Also