Class WmfRegion

Class WmfRegion

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)

The Region Object defines a potentially non-rectilinear shape defined by an array of scanlines.

public class WmfRegion : MetaObject

Inheritance

objectMetaObjectWmfRegion

Inherited Members

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

Constructors

WmfRegion()

public WmfRegion()

Properties

AScans

Gets or sets a scans.

public WmfScanObject[] AScans { get; set; }

Property Value

WmfScanObject[]

BoundingRectangle

Gets or sets the bounding rectangle.

public Rectangle BoundingRectangle { get; set; }

Property Value

Rectangle

MaxScan

Gets or sets the maximum scan.

public short MaxScan { get; set; }

Property Value

short

NextInChain

Gets or sets the next in chain.

public short NextInChain { get; set; }

Property Value

short

ObjectCount

Gets or sets the object count.

public int ObjectCount { get; set; }

Property Value

int

ObjectType

Gets or sets the type of the object.

public short ObjectType { get; set; }

Property Value

short

RegionSize

Gets or sets the size of the region.

public short RegionSize { get; set; }

Property Value

short

ScanCount

Gets or sets the scan count.

public short ScanCount { get; set; }

Property Value

short