GetImage Method
GetImage()
Returns a "screenshot" of the C1Gauge control.
Declaration
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)
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)
Parameters
Returns