'Declaration Public Function GetPoint( _ ByVal indexM As Integer, _ ByVal indexN As Integer _ ) As ImGearVectorPoint3D
'Usage Dim instance As ImGearVectorEntityBeziersurface Dim indexM As Integer Dim indexN As Integer Dim value As ImGearVectorPoint3D value = instance.GetPoint(indexM, indexN)
public ImGearVectorPoint3D GetPoint( int indexM, int indexN )
public: ImGearVectorPoint3D GetPoint( int indexM, int indexN )
public: ImGearVectorPoint3D GetPoint( int indexM, int indexN )
Parameters
- indexM
- Index of the point in M direction.
- indexN
- Index of the point in N direction.
Return Value
New instance of ImGearVectorPoint3DEx structure.