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