GetImage Method
GetImage()
Returns a "screenshot" of the C1Gauge control.
Declaration
Public Function GetImage() As Image
Returns
GetImage(int, int)
Returns a "screenshot" of the C1Gauge control as an image
with given width and height.
Declaration
public Image GetImage(int width, int height)
Public Function GetImage(width As Integer, height As Integer) As Image
Parameters
| Type |
Name |
Description |
| int |
width |
|
| int |
height |
|
Returns
Returns a "screenshot" of the C1Gauge control as an Bitmap image
with given width, height, and pixel format.
Declaration
public Image GetImage(int width, int height, PixelFormat format)
Public Function GetImage(width As Integer, height As Integer, format As PixelFormat) As Image
Parameters
Returns