Class WmfBitmap16
Class WmfBitmap16
Le nom : Aspose.Imaging.FileFormats.Wmf.Objects Assemblée: Aspose.Imaging.dll (25.4.0)
Le Bitmap16 Object spécifie des informations sur les dimensions et la couleurLe format d’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
Obtenez ou mettez les bits.
public byte[] Bits { get; set; }
Valore di proprietà
byte [ ]
BitsPixel
Obtenez ou mettez les bits de pixel.
public byte BitsPixel { get; set; }
Valore di proprietà
Height
Riceve o mette l’altezza.
public short Height { get; set; }
Valore di proprietà
Planes
Il reçoit ou met les avions.
public byte Planes { get; set; }
Valore di proprietà
Type
Obtenez ou définissez le type.
public short Type { get; set; }
Valore di proprietà
Width
Riceve o mette la larghezza.
public short Width { get; set; }
Valore di proprietà
WidthBytes
Obtenez ou définissez les bytes de largeur.
public short WidthBytes { get; set; }