Pt Type
Pt is an immutable 2D point. Made up from 2 floats: X and Y.
3D Points are called 'Pnt'
Record fields
Record Field |
Description
|
Full Usage:
X
Field type: float
|
Gets the X part of this 2D point.
|
Full Usage:
Y
Field type: float
|
Gets the X part of this 2D point.
|
Constructors
Constructor |
Description
|
Instance members
Instance member |
Description
|
Full Usage:
this.AsString
Returns: string
|
Format 2D point into string with nice floating point number formatting of X and Y But without full type name as in p.ToString()
|