ImageGear .NET v24.12 - Updated
Init Method (ImGearVectorEntityEasysurface)




ImageGear24.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.
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

Reference

ImGearVectorEntityEasysurface Class
ImGearVectorEntityEasysurface Members