Initializes a new instance of the POINT class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public POINT(
	int x,
	int y
)
Visual Basic
Public Sub New ( _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
POINT(
	int x, 
	int y
)

Parameters

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

See Also