ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasysurface Class / Init Method
New size of the meshes in M direction.
New size of the meshes in N direction.




In This Topic
    Init Method (ImGearVectorEntityEasysurface)
    In This Topic
    Sets initial size of the meshes in M and N direction.
    Syntax
    'Declaration
     
    Public Sub Init( _
       ByVal dimensionM As Integer, _
       ByVal dimensionN As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityEasysurface
    Dim dimensionM As Integer
    Dim dimensionN As Integer
     
    instance.Init(dimensionM, dimensionN)
    public void Init( 
       int dimensionM,
       int dimensionN
    )
    public: void Init( 
       int dimensionM,
       int dimensionN
    ) 
    public:
    void Init( 
       int dimensionM,
       int dimensionN
    ) 

    Parameters

    dimensionM
    New size of the meshes in M direction.
    dimensionN
    New size of the meshes in N direction.
    See Also