Point Properties

The Point type exposes the following members.

Properties
  Name Description
Public property IsZero
True if both components of the point are zero.
Public property X
The horizontal component of the Point. Increasing values move to the right.
Public property Y
The vertical component of the Point. Increasing values move down.
Top
See Also