CADability dotNET
Deprecated, currently not used and not implemented

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

Syntax

C#
void Point2D(
	int x,
	int y
)
Visual Basic
Sub Point2D ( _
	x As Integer, _
	y As Integer _
)
Visual C++
void Point2D(
	int x, 
	int y
)

Parameters

x
Type: System..::..Int32
y
Type: System..::..Int32

See Also