Class WmfStretchDib

Class WmfStretchDib

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

Wmf Stretch DIB Objecc.

public class WmfStretchDib : WmfObject

Inheritance

object MetaObject WmfObject WmfStretchDib

Dziedziczeni członkowie

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

Constructors

WmfStretchDib()

public WmfStretchDib()

Properties

ColorUsage

Dostosowuje lub ustawia użycie koloru.

public WmfColorUsageEnum ColorUsage { get; set; }

Wartość nieruchomości

WmfColorUsageEnum

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

RasterOperation

Uzyskuje lub ustawia operację raster.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Wartość nieruchomości

WmfTernaryRasterOperation

SourceBitmap

Pobierz lub ustawić źródło bitmap.

public WmfDeviceIndependentBitmap SourceBitmap { get; set; }

Wartość nieruchomości

WmfDeviceIndependentBitmap

SrcHeight

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

public short SrcHeight { get; set; }

Wartość nieruchomości

short

SrcWidth

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

public short SrcWidth { get; set; }

Wartość nieruchomości

short

xdest

Zostaw lub ustaw x dest.

public short XDest { get; set; }

Wartość nieruchomości

short

XSrc

Dostęp lub ustaw źródło x.

public short XSrc { get; set; }

Wartość nieruchomości

short

iDest

Zostaw lub ustaw i dest.

public short YDest { get; set; }

Wartość nieruchomości

short

YSrc

Zostaw lub ustaw źródło.

public short YSrc { get; set; }

Wartość nieruchomości

short

 Polski