WmfBitmap16

WmfBitmap16 class

The Bitmap16 Object specifies information about the dimensions and color format of a bitmap.

public class WmfBitmap16 : MetaObject

Constructors

NameDescription
WmfBitmap16()The default constructor.

Properties

NameDescription
Bits { get; set; }Gets or sets the bits.
BitsPixel { get; set; }Gets or sets the bits pixel.
Height { get; set; }Gets or sets the height.
Planes { get; set; }Gets or sets the planes.
Type { get; set; }Gets or sets the type.
Width { get; set; }Gets or sets the width.
WidthBytes { get; set; }Gets or sets the width bytes.

See Also