TdxPointWrapper Members
Constructors
| Name | Description |
|---|---|
| Create(Integer,Integer) | Creates an instance of type TdxPointWrapper from coordinates, specified by the AX and AY parameters accordingly. |
Properties
| Name | Description |
|---|---|
| Point | Contains coordinates of an object (or width and height for ‘area’ objects). |
| X | Determines the horizontal coordinates of an object (or the width for ‘area’ objects). |
| Y | Determines the vertical coordinates of an object (or the height for ‘area’ objects). |
Methods
| Name | Description |
|---|---|
| ArePointsEqual(TPoint,TPoint) | |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Clone | Creates a copy of a given TdxPointWrapper instance. |
| DoChanged(TdxPointCoords) protected | Generates the OnChanged event. |
| Empty | Sets a zero value (0, 0) to the TdxPointWrapper object. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IsEqual(TPoint) | Compares the APoint parameter with a given point. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when the X or Y property of the TdxPointWrapper object has been changed. |
| OnChanging | Occurs when the X or Y property of the TdxPointWrapper object is about to be changed. |
See Also