TClrPoint Class
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
TPersistent
CNClrLib.Control.Graphics.TClrPoint
CNClrLib.Control.Graphics.TClrPoint
The TClrPoint type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create(Integer,Integer) | Overloaded. Initializes a new instance of the TClrPoint class with the specified coordinates. |
![]() | Create(_Point) | Overloaded. Initializes a new instance of the TClrPoint class from a .Net point object. |
![]() | Destroy | Frees the resources allocated with a TClrPoint instance. |
Show:
Name | Description | |
---|---|---|
![]() | Assign(TPersistent) | Copies the contents of another, similar object. |
![]() | Changed | Represents method |
![]() | IsDefault | Specifies whether the Point class properties have not changed after it was created and initialized. |
![]() | SetPoint(Integer,Integer) | Initializes of the TClrPoint class with the specified coordinates. |