Class WmfStretchBlt

Class WmfStretchBlt

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

Rekord META_STRETCHBLT określa transfer bloku pikseliw zależności od operacji rasterowej, z możliwą ekspansją lub skurczem.

public class WmfStretchBlt : WmfObject

Inheritance

object MetaObject WmfObject WmfStretchBlt

Derived

WmfBitBlt

Dziedziczeni członkowie

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

Constructors

WmfStretchBlt()

public WmfStretchBlt()

Properties

Bitmap

Zostaw lub ustaw bitmap.

public WmfBitmap16 Bitmap { get; set; }

Wartość nieruchomości

WmfBitmap16

DestHeight

Zyskuje lub ustawia wysokość śruby.

public short DestHeight { get; set; }

Wartość nieruchomości

short

DestWidth

Dostarcza lub ustawia szerokość śruby.

public short DestWidth { get; set; }

Wartość nieruchomości

short

DstPosition

Uzyskuje lub ustawia pozycję DST.

public Point DstPosition { get; set; }

Wartość nieruchomości

Point

RasterOperation

Uzyskuje lub ustawia operację raster.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Wartość nieruchomości

WmfTernaryRasterOperation

Reserved

Otrzymuje lub umieszcza rezerwację.

public short Reserved { get; set; }

Wartość nieruchomości

short

SrcHeight

Uzyskuje lub ustawia wysokość źródła.

public short SrcHeight { get; set; }

Wartość nieruchomości

short

SrcPosition

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

public Point SrcPosition { get; set; }

Wartość nieruchomości

Point

SrcWidth

Uzyskuje lub ustawia szerokość źródła.

public short SrcWidth { get; set; }

Wartość nieruchomości

short

 Polski