ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / BitmapGraphicsRendering Class / BitmapGraphicsRendering Constructor
The width of the bitmap, in pixels.
The height of the bitmap, in pixels.

In This Topic
    BitmapGraphicsRendering Constructor
    In This Topic
    Create SVG graphics rendering interface.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public BitmapGraphicsRendering( 
       System.int width,
       System.int height
    )

    Parameters

    width
    The width of the bitmap, in pixels.
    height
    The height of the bitmap, in pixels.
    See Also