Gets the center of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Point Center { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Center As Point |
Visual C++ |
---|
public: property Point^ Center { Point^ get (); } |
Field Value
The center of the triangle.
Remarks
The center of the triangle is also the center of mass of the triangle if the mass is
distributed uniformly over the area of the triangle.