Class WmfCreateRegion

Class WmfCreateRegion

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

The META_CREATEREGION record creates a Region Object (section 2.2.1.5).

public class WmfCreateRegion : WmfGraphicObject

Inheritance

objectMetaObjectWmfObjectWmfGraphicObjectWmfCreateRegion

Inherited Members

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

Constructors

WmfCreateRegion()

public WmfCreateRegion()

Properties

Region

Gets or sets the region.

public WmfRegion Region { get; set; }

Property Value

WmfRegion