Gets the maximum x-coordinate of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public double MaximumX { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property MaximumX As Double |
Visual C++ |
---|
public: property double MaximumX { double get (); } |