Class WmfScaleWindowExt
Class WmfScaleWindowExt
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The META_SCALEWINDOWEXT record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors.
public class WmfScaleWindowExt : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfScaleWindowExt
Derived
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfScaleWindowExt()
public WmfScaleWindowExt()
Properties
XDenom
Gets or sets the x denom.
public short XDenom { get; set; }
Property Value
XNum
Gets or sets the x number.
public short XNum { get; set; }
Property Value
YDenom
Gets or sets the y denom.
public short YDenom { get; set; }
Property Value
YNum
Gets or sets the y num.
public short YNum { get; set; }