Search
Projection.MidPoint Method
See Also
 






Returns the object's middle point.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

Point3D MidPoint ()

Visual Basic  Copy Code

Function MidPoint () As Point3D

 Return Value

A Point3D instance representing the middle point.

 See Also