GdiGraphicsDrawBezier Method (Pen, Single, Single, Single, Single, Single, Single, Single, Single) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void DrawBezier(
Pen pen,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4
)
Parameters
- pen
- Type: System.DrawingPen
- x1
- Type: SystemSingle
- y1
- Type: SystemSingle
- x2
- Type: SystemSingle
- y2
- Type: SystemSingle
- x3
- Type: SystemSingle
- y3
- Type: SystemSingle
- x4
- Type: SystemSingle
- y4
- Type: SystemSingle
Implements
IGraphicsDrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single)
See Also