Top Method Summary
Options Name Purpose
CHARACTER ToString () Returns a string representation of the Point instance
System.Drawing.Point ToSystemDrawingPoint () Returns a System.Drawing.Point with the same coordinates as the Consultingwerk.Point

Top Constructor Summary
Options Name Purpose
Point () Constructor for the Point class
Point (integer, integer) Constructor for the Point class

Top Property Summary
Options Name Purpose
INTEGER X
INTEGER Y


Method Detail
Top

CHARACTER ToString ()

Purpose: Returns a string representation of the Point instance
Notes: Useful for debugging purposes

Returns CHARACTER
The string representation of the Point
Top

System.Drawing.Point ToSystemDrawingPoint ()

Purpose: Returns a System.Drawing.Point with the same coordinates as the
Consultingwerk.Point
Notes:

Returns System.Drawing.Point
The System.Drawing.Point with the same coordinates


Constructor Detail
Top

Point ()

Purpose: Constructor for the Point class
Notes:

Top

Point (integer, integer)

Purpose: Constructor for the Point class
Notes:

Parameters:
piX INTEGER
The X Value
piY INTEGER
The Y Value


Property Detail
Top

INTEGER X


Returns INTEGER
Top

INTEGER Y


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       11.05.2026 06:29:41