Class WmfBitmap16

Class WmfBitmap16

Il nome: Aspose.Imaging.FileFormats.Wmf.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

Il Bitmap16 Object specifica le informazioni sulle dimensioni e il coloreIl formato di un bitmap.

public class WmfBitmap16 : MetaObject

Inheritance

object MetaObject WmfBitmap16

I membri ereditari

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

Riceve o mette i bit.

public byte[] Bits { get; set; }

Valore di proprietà

byte [ ]

BitsPixel

Ottieni o metti i bits pixel.

public byte BitsPixel { get; set; }

Valore di proprietà

byte

Height

Riceve o mette l’altezza.

public short Height { get; set; }

Valore di proprietà

short

Planes

Prendi o metti gli aerei.

public byte Planes { get; set; }

Valore di proprietà

byte

Type

Ottenere o impostare il tipo.

public short Type { get; set; }

Valore di proprietà

short

Width

Riceve o mette la larghezza.

public short Width { get; set; }

Valore di proprietà

short

WidthBytes

Ottenere o impostare i byti di larghezza.

public short WidthBytes { get; set; }

Valore di proprietà

short

 Italiano