FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / PaintPicture Method
Graphics device
Rectangle boundary of the picture


In This Topic
PaintPicture Method (ElementWindowless)
In This Topic
Paints the picture in the element.
Syntax
'Declaration
 
Protected Overridable Sub PaintPicture( _
   ByVal g As Graphics, _
   ByVal rPict As Rectangle _
) 
 
'Usage
 
Dim instance As ElementWindowless
Dim g As Graphics
Dim rPict As Rectangle
 
instance.PaintPicture(g, rPict)

Parameters

g
Graphics device
rPict
Rectangle boundary of the picture
See Also