ActiveReports.Viewer3 Request technical support
Draw Method
See Also 


theGraphics
The graphics object on which to draw the PlaceHolder.
Draws the PlaceHolder on the specified Graphics object.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Draw( _
   ByVal theGraphics As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim instance As PlaceHolder
Dim theGraphics As Graphics
 
instance.Draw(theGraphics)
C# 
public override void Draw( 
   Graphics theGraphics
)

Parameters

theGraphics
The graphics object on which to draw the PlaceHolder.

See Also