Class WmfDibBitBlt

Class WmfDibBitBlt

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Wmf.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Rekord META_DIBBITBLT określa transfer bloku pikseli wNiezależny format urządzenia według operacji rasterowej.

public class WmfDibBitBlt : WmfObject

Inheritance

object MetaObject WmfObject WmfDibBitBlt

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

WmfDibBitBlt()

public WmfDibBitBlt()

Properties

DstPos

Uzyskuje lub ustawia pozycję DST.

public Point DstPos { get; set; }

Wartość nieruchomości

Point

Height

Dostaje lub ustawia wysokość.

public short Height { get; set; }

Wartość nieruchomości

short

RasterOperation

Uzyskuje lub ustawia operację raster.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Wartość nieruchomości

WmfTernaryRasterOperation

Reserved

Otrzymuje lub umieszcza rezerwację.

public int Reserved { get; set; }

Wartość nieruchomości

int

Source

Zostaw lub ustaw źródło.

public WmfDeviceIndependentBitmap Source { get; set; }

Wartość nieruchomości

WmfDeviceIndependentBitmap

SrcPos

Dostęp lub ustawienie pozycji źródłowej.

public Point SrcPos { get; set; }

Wartość nieruchomości

Point

Width

Dostęp lub ustaw szerokość.

public short Width { get; set; }

Wartość nieruchomości

short

 Polski