Class EmfPlusBoundaryPointData
Class EmfPlusBoundaryPointData
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush
public sealed class EmfPlusBoundaryPointData : EmfPlusBoundaryBase
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBoundaryBase ← EmfPlusBoundaryPointData
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusBoundaryPointData()
public EmfPlusBoundaryPointData()
Properties
BoundaryPointData
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
public PointF[] BoundaryPointData { get; set; }
Property Value
PointF []