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
DestHeight
Zyskuje lub ustawia wysokość śruby.
public short DestHeight { get; set; }
Wartość nieruchomości
DestWidth
Dostarcza lub ustawia szerokość śruby.
public short DestWidth { get; set; }
Wartość nieruchomości
RasterOperation
Uzyskuje lub ustawia operację raster.
public WmfTernaryRasterOperation RasterOperation { get; set; }
Wartość nieruchomości
SourceBitmap
Pobierz lub ustawić źródło bitmap.
public WmfDeviceIndependentBitmap SourceBitmap { get; set; }
Wartość nieruchomości
SrcHeight
Uzyskuje lub ustawia wysokość źródła.
public short SrcHeight { get; set; }
Wartość nieruchomości
SrcWidth
Uzyskuje lub ustawia szerokość źródła.
public short SrcWidth { get; set; }
Wartość nieruchomości
xdest
Zostaw lub ustaw x dest.
public short XDest { get; set; }
Wartość nieruchomości
XSrc
Dostęp lub ustaw źródło x.
public short XSrc { get; set; }
Wartość nieruchomości
iDest
Zostaw lub ustaw i dest.
public short YDest { get; set; }
Wartość nieruchomości
YSrc
Zostaw lub ustaw źródło.
public short YSrc { get; set; }