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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityRaster Class : Init Method
New width of the raster.
New height of the raster.
Initializes a raster with new width and height.
Syntax
'Declaration
 
Public Sub Init( _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntityRaster
Dim width As Integer
Dim height As Integer
 
instance.Init(width, height)
public void Init( 
   int width,
   int height
)
public: void Init( 
   int width,
   int height
) 
public:
void Init( 
   int width,
   int height
) 

Parameters

width
New width of the raster.
height
New height of the raster.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members