Class EmfPlusRegionNodeChildNodes
Class EmfPlusRegionNodeChildNodes
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node
public sealed class EmfPlusRegionNodeChildNodes : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusRegionNodeChildNodes
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusRegionNodeChildNodes()
public EmfPlusRegionNodeChildNodes()
Properties
Left
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
public EmfPlusRegionNode Left { get; set; }
Property Value
Operation
Gets or sets the operation.
public EmfPlusRegionNodeChildNodes.NodesOperation Operation { get; set; }
Property Value
EmfPlusRegionNodeChildNodes . NodesOperation
Right
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
public EmfPlusRegionNode Right { get; set; }