CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
A 2-dimensional point with double x and y components.
Keep in mind that this is a value type. Passing a value type as a (non ref) parameter and changing it's value
inside the invoked method leaves the original unchanged.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
[SerializableAttribute] public struct GeoPoint2D : ISerializable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Structure GeoPoint2D _ Implements ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] public value class GeoPoint2D : ISerializable |