BoundaryData

EmfPlusPathGradientBrushData.BoundaryData property

Gets or sets the boundary of the path gradient brush, which is specified by either a path or a closed cardinal spline. If the BrushDataPath flag is set in the BrushDataFlags field, this field MUST contain an EmfPlusBoundaryPathData object (section 2.2.2.6); otherwise, this field MUST contain an EmfPlusBoundaryPointData object (section 2.2.2.7).

public EmfPlusBoundaryBase BoundaryData { get; set; }

See Also