GdiGraphicsDrawArc Method (Pen, Int32, Int32, Int32, Int32, Int32, Int32) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void DrawArc(
Pen pen,
int x,
int y,
int width,
int height,
int startAngle,
int sweepAngle
)
Parameters
- pen
- Type: System.DrawingPen
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- startAngle
- Type: SystemInt32
- sweepAngle
- Type: SystemInt32
Implements
IGraphicsDrawArc(Pen, Int32, Int32, Int32, Int32, Int32, Int32)
See Also