Click or drag to resize

IGraphicsDrawCurve Method (Pen, PointF, Int32, Int32, Single)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
void DrawCurve(
	Pen pen,
	PointF[] points,
	int offset,
	int numberOfSegments,
	float tension
)

Parameters

pen
Type: System.DrawingPen
points
Type: System.DrawingPointF
offset
Type: SystemInt32
numberOfSegments
Type: SystemInt32
tension
Type: SystemSingle
See Also