Point Class

Allows you to set or get parameters for a point.

Namespace: elsystem.drawing

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property X int Gets or sets the horizontal position (coordinate) of the point.
Public property Y int Gets or sets the vertical position (coordinate) of the point.
Methods
  Name Description
Public property

Create( x, y )

Initializes a new instance of a Point at a specific x,y location.
Public property

ToString()

Gets the point values as a string.