GraphicsPath.AddBezier methods
This topic lists the AddBezier methods of the GraphicsPath class. For a complete list of methods for the GraphicsPath class, see GraphicsPath.
Overload list
Method | Description |
---|---|
AddBezier(Point&,Point&,Point&,Point&) | The GraphicsPath::AddBezier method adds a Bézier spline to the current figure of this path. |
AddBezier(INT,INT,INT,INT,INT,INT,INT,INT) | The GraphicsPath::AddBezier method adds a Bézier spline to the current figure of this path. |
AddBezier(PointF&,PointF&,PointF&,PointF&) | The GraphicsPath::AddBezier method adds a Bézier spline to the current figure of this path. |
AddBezier(REAL,REAL,REAL,REAL,REAL,REAL,REAL,REAL) | The GraphicsPath::AddBezier method adds a Bézier spline to the current figure of this path. |