Class WmfBitmap16

Class WmfBitmap16

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

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

public class WmfBitmap16 : MetaObject
{
    public ushort Width { get; set; }
    public ushort Height { get; set; }
    public byte[] Palette { get; set; }
    public byte[] Data { get; set; }
}

Inheritance

object MetaObject WmfBitmap16

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 { return this.Bits; }
    set { this.Bits = value; }
}

Property Value

byte []

BitsPixel

Gets or sets the bits pixel.

public byte BitsPerPixel
   {
      get
      {
         return this.BitsPixel;
      }
      set
      {
         this.BitsPixel = value;
      }
   }

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

 English