Class EmfPlusRegionNodePath
Class EmfPlusRegionNodePath
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node.
public sealed class EmfPlusRegionNodePath : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusRegionNodePath
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusRegionNodePath()
public EmfPlusRegionNodePath()
Properties
RegionNodePath
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node.
public EmfPlusPath RegionNodePath { get; set; }