Class EmfPlusBoundaryPointData
The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush
public sealed class EmfPlusBoundaryPointData : EmfPlusBoundaryBase
- Inheritance
-
EmfPlusBoundaryPointData
- Inherited Members
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[]