ComponentOne Gauges for WinForms
GetImage(Int32,Int32) Method

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1Gauge Class > GetImage Method : GetImage(Int32,Int32) Method
Returns a "screenshot" of the C1Gauge control as an image with given width and height.
Syntax
'Declaration
 
Public Overloads Function GetImage( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) As System.Drawing.Image
public System.Drawing.Image GetImage( 
   System.int width,
   System.int height
)

Parameters

width
height
See Also

Reference

C1Gauge Class
C1Gauge Members
Overload List