Gets or sets the x-coordinate of the point.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public double X { get; set; } |
Visual Basic (Declaration) |
---|
Public Property X As Double |
Visual C++ |
---|
public: property double X { double get (); void set (double value); } |