public interface IGeometryContext2 : IGeometryContext,
IDisposablePublic Interface IGeometryContext2
Inherits IGeometryContext, IDisposabletype IGeometryContext2 =
interface
interface IGeometryContext
interface IDisposable
end| ArcTo(Point, Size, Double, Boolean, SweepDirection) |
Draws an arc to the specified point.
(Inherited from IGeometryContext) |
| ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean) | Draws an arc to the specified point. |
| BeginFigure(Point, Boolean) |
Begins a new figure.
(Inherited from IGeometryContext) |
| CubicBezierTo(Point, Point, Point) |
Draws a Bezier curve to the specified point.
(Inherited from IGeometryContext) |
| CubicBezierTo(Point, Point, Point, Boolean) | Draws a Bezier curve to the specified point. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| EndFigure(Boolean) |
Ends the figure started by BeginFigure(Point, Boolean).
(Inherited from IGeometryContext) |
| LineTo(Point) |
Draws a line to the specified point.
(Inherited from IGeometryContext) |
| LineTo(Point, Boolean) | Draws a line to the specified point. |
| QuadraticBezierTo(Point, Point) |
Draws a quadratic Bezier curve to the specified point
(Inherited from IGeometryContext) |
| QuadraticBezierTo(Point, Point, Boolean) | Draws a quadratic Bezier curve to the specified point |
| SetFillRule(FillRule) |
Sets path's winding rule (default is EvenOdd). You should call this method before any calls to BeginFigure.
(Inherited from IGeometryContext) |