SvgGraphicsFillBezier Method
Fills a Bézier spline defined by four PointF structures.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public void FillBezier(
ColorBrush brush,
PointF point1,
PointF point2,
PointF point3,
PointF point4
)
Public Sub FillBezier (
brush As ColorBrush,
point1 As PointF,
point2 As PointF,
point3 As PointF,
point4 As PointF
)
public:
virtual void FillBezier(
ColorBrush^ brush,
PointF point1,
PointF point2,
PointF point3,
PointF point4
) sealed
abstract FillBezier :
brush : ColorBrush *
point1 : PointF *
point2 : PointF *
point3 : PointF *
point4 : PointF -> unit
override FillBezier :
brush : ColorBrush *
point1 : PointF *
point2 : PointF *
point3 : PointF *
point4 : PointF -> unit
- brush ColorBrush
- ColorBrush that determines the color of the fill.
- point1 PointF
- PointF structure that represents the starting point of the curve.
- point2 PointF
- PointF structure that represents the first control point for the curve.
- point3 PointF
- PointF structure that represents the second control point for the curve.
- point4 PointF
- PointF structure that represents the ending point of the curve.
IGraphicsFillBezier(ColorBrush, PointF, PointF, PointF, PointF)