BitmapGraphicsRendering Constructor
In This Topic
Create SVG graphics rendering interface.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public BitmapGraphicsRendering(
System.int ,
System.int
)
Parameters
- width
- The width of the bitmap, in pixels.
- height
- The height of the bitmap, in pixels.
See Also