ImageGear .NET - Updated October 26, 2017
Init Method (ImGearVectorEntityRaster)




ImageGear23.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)

Parameters

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

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members