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
object ← MetaObject ← WmfRegion
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
BoundingRectangle
Gets or sets the bounding rectangle.
public Rectangle BoundingRectangle { get; set; }
Property Value
MaxScan
Gets or sets the maximum scan.
public short MaxScan { get; set; }
Property Value
NextInChain
Gets or sets the next in chain.
public short NextInChain { get; set; }
Property Value
ObjectCount
Gets or sets the object count.
public int ObjectCount { get; set; }
Property Value
ObjectType
Gets or sets the type of the object.
public short ObjectType { get; set; }
Property Value
RegionSize
Gets or sets the size of the region.
public short RegionSize { get; set; }
Property Value
ScanCount
Gets or sets the scan count.
public short ScanCount { get; set; }