Class WmfBitmap16
Class WmfBitmap16
Pôvodný názov: Aspose.Imaging.FileFormats.Wmf.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Objekt Bitmap16 špecifikuje informácie o rozmeroch a farbeFormát na bitmap.
public class WmfBitmap16 : MetaObject
Inheritance
object ← MetaObject ← WmfBitmap16
Z dedičných členov
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
Získajte alebo nastavíte bity.
public byte[] Bits { get; set; }
Hodnota nehnuteľnosti
byte []
BitsPixel
Získať alebo nastaviť bity pixelov.
public byte BitsPixel { get; set; }
Hodnota nehnuteľnosti
Height
Získať alebo nastaviť výšku.
public short Height { get; set; }
Hodnota nehnuteľnosti
Planes
Získajte alebo nastavíte lietadlá.
public byte Planes { get; set; }
Hodnota nehnuteľnosti
Type
Získať alebo nastaviť typ.
public short Type { get; set; }
Hodnota nehnuteľnosti
Width
Získať alebo nastaviť šírku.
public short Width { get; set; }
Hodnota nehnuteľnosti
WidthBytes
Získajte alebo nastavíte šírku bajtov.
public short WidthBytes { get; set; }