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

byte

Height

Získať alebo nastaviť výšku.

public short Height { get; set; }

Hodnota nehnuteľnosti

short

Planes

Získajte alebo nastavíte lietadlá.

public byte Planes { get; set; }

Hodnota nehnuteľnosti

byte

Type

Získať alebo nastaviť typ.

public short Type { get; set; }

Hodnota nehnuteľnosti

short

Width

Získať alebo nastaviť šírku.

public short Width { get; set; }

Hodnota nehnuteľnosti

short

WidthBytes

Získajte alebo nastavíte šírku bajtov.

public short WidthBytes { get; set; }

Hodnota nehnuteľnosti

short

 Slovenčina