Gets the minimum x-coordinate of the triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double MinimumX { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinimumX As Double
Visual C++
public:
property double MinimumX {
	double get ();
}

Field Value

The minimum x-coordinate of the triangle.

See Also