The Point3D type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Set coordinates to 0
| |
| Dillate |
Zoom function
| |
| Equals |
Override Equals method of the base classs
(Overrides ValueType..::.Equals(Object).) | |
| 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 |
Override GetHashCode method of the base class
(Overrides ValueType..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsEmpty |
Check if this point is empty (coordinates values = 0)
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Offset |
Translate this point
| |
| Rotate |
Rotate this point
| |
| Sub |
Sets the value of this Point to the Point difference of itself and Point pt (this = this - pt).
| |
| ToPoint2D |
Convert object as a Point2D (do not use Z value)
| |
| ToPointF |
Convert object as a PointF (do not use Z value)
| |
| ToString |
Convert object as string "X=.../Y=.../Z=..."
(Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition |
surcharge + operator
| |
| Division |
surcharge / operator
| |
| Equality |
surcharge == operator
| |
| Implicit |
Cast Point3D into Point2D
| |
| Inequality |
surcharge != operator
| |
| Multiply |
surcharge * operator
| |
| Subtraction |
surcharge - operator
|