ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasysurface Class / SetPoint Method
Index of the point in M direction.
Index of the point in N direction.
Point value to be set.




In This Topic
    SetPoint Method (ImGearVectorEntityEasysurface)
    In This Topic
    Sets a point at the specified position.
    Syntax
    'Declaration
     
    Public Sub SetPoint( _
       ByVal indexM As Integer, _
       ByVal indexN As Integer, _
       ByVal point As ImGearVectorPoint3D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityEasysurface
    Dim indexM As Integer
    Dim indexN As Integer
    Dim point As ImGearVectorPoint3D
     
    instance.SetPoint(indexM, indexN, point)
    public void SetPoint( 
       int indexM,
       int indexN,
       ImGearVectorPoint3D point
    )
    public: void SetPoint( 
       int indexM,
       int indexN,
       ImGearVectorPoint3D point
    ) 
    public:
    void SetPoint( 
       int indexM,
       int indexN,
       ImGearVectorPoint3D point
    ) 

    Parameters

    indexM
    Index of the point in M direction.
    indexN
    Index of the point in N direction.
    point
    Point value to be set.
    See Also