Class WmfBitmap16

Class WmfBitmap16

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

public class WmfBitmap16 : MetaObject

Inheritance

objectMetaObjectWmfBitmap16

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfBitmap16()

public WmfBitmap16()

Properties

Bits

Gets or sets the bits.

public byte[] Bits { get; set; }

Property Value

byte[]

BitsPixel

Gets or sets the bits pixel.

public byte BitsPixel { get; set; }

Property Value

byte

Height

Gets or sets the height.

public short Height { get; set; }

Property Value

short

Planes

Gets or sets the planes.

public byte Planes { get; set; }

Property Value

byte

Type

Gets or sets the type.

public short Type { get; set; }

Property Value

short

Width

Gets or sets the width.

public short Width { get; set; }

Property Value

short

WidthBytes

Gets or sets the width bytes.

public short WidthBytes { get; set; }

Property Value

short