Click or drag to resize

RoundedRectangleCreate Method (RectangleF, Single)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static GraphicsPath Create(
	RectangleF rect,
	float radius
)

Parameters

rect
Type: System.DrawingRectangleF
radius
Type: SystemSingle

Return Value

Type: GraphicsPath
See Also