Represents a point in 2D space.
More...
|
| bool | Equals (Pointf other) |
| | Indicates whether the current object is equal to another object of the same type. More...
|
| |
| override string | ToString () |
| | Returns a T:System.String that represents this instance. More...
|
| |
| | Pointf (float x, float y) |
| | Initializes a new instance of the Pointf struct. More...
|
| |
Represents a point in 2D space.
| Crystal.Pointf.Pointf |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inline |
Initializes a new instance of the Pointf struct.
- Parameters
-
| bool Crystal.Pointf.Equals |
( |
Pointf |
other | ) |
|
|
inline |
Indicates whether the current object is equal to another object of the same type.
- Parameters
-
| other | An object to compare with this object. |
- Returns
- true if the current object is equal to the other parameter; otherwise, false.
| override string Crystal.Pointf.ToString |
( |
| ) |
|
|
inline |
Returns a T:System.String that represents this instance.
- Returns
- A T:System.String that represents this instance.
The documentation for this struct was generated from the following file: