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

objectMetaObjectWmfObjectWmfScaleWindowExt

Derived

WmfScaleViewportExt

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

short

XNum

Gets or sets the x number.

public short XNum { get; set; }

Property Value

short

YDenom

Gets or sets the y denom.

public short YDenom { get; set; }

Property Value

short

YNum

Gets or sets the y num.

public short YNum { get; set; }

Property Value

short