Bits

WmfBitmap16.Bits property

Gets or sets the bits.

public byte[] Bits { get; set; }

Property Value

The bitmap pixel data. The length of this field in bytes can be computed as follows.

See Also