ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / Init Method
New width of the raster.
New height of the raster.




In This Topic
    Init Method (ImGearVectorEntityRaster)
    In This Topic
    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