ActiveReports.Chart Request technical support
DrawToBitmap Method
See Also 


bitmap
targetBounds

Syntax

Visual Basic (Declaration) 
Public Sub DrawToBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal targetBounds As Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim bitmap As Bitmap
Dim targetBounds As Rectangle
 
instance.DrawToBitmap(bitmap, targetBounds)
C# 
public void DrawToBitmap( 
   Bitmap bitmap,
   Rectangle targetBounds
)

Parameters

bitmap
targetBounds

See Also