CADability dotNET
Closes the path which was started with OpenPath()()()() and fills the interior with the provided color.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void ClosePath(
	Color color
)
Visual Basic
Sub ClosePath ( _
	color As Color _
)
Visual C++
void ClosePath(
	Color color
)

Parameters

color
Type: System.Drawing..::..Color
Color to fill the path with.

See Also