[This is preliminary documentation and is subject to change.]
Represents a point in cartesian co-ordinates.
| C# |
public struct PPoint
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| PPoint(Int32, Int32) |
Creates a new PPoint with given x and y co-ordingates
| |
| Empty |
Represents a PPoint with both X and Y co-ordinates set to 0;
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(PPoint to Point) |
Implicitly converts a Persistate.UI.PPoint to a System.Drawing.Point.
| |
| ImplicitWideningImplicitImplicitImplicit(Point to PPoint) |
Implicitly converts a System.Drawing.Point to a Persistate.UI.PPoint.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) | |
| X |
Gets or sets the X co-ordinate of this PPoint.
| |
| Y |
Gets or sets the Y co-ordinate of this PPoint.
|
This version is for the .Net platform. This will be implemented
separately (along with the entire Persistate.UI namespace) for different
platforms as necessary.