ImageGear .NET v25.1 - Updated
Draw Method (ImGearPageDisplay)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Draw Method
IImGearScrollableView interface; represents .NET form to draw the image on.
Graphics object to draw image on.
Draws image on .NET Graphics.
Syntax
'Declaration
 
Public Sub Draw( _
   ByVal pageView As IImGearScrollableView, _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As ImGearPageDisplay
Dim pageView As IImGearScrollableView
Dim graphics As Graphics
 
instance.Draw(pageView, graphics)
public void Draw( 
   IImGearScrollableView pageView,
   Graphics graphics
)
public: void Draw( 
   IImGearScrollableView* pageView,
   Graphics* graphics
) 
public:
void Draw( 
   IImGearScrollableView^ pageView,
   Graphics^ graphics
) 

Parameters

pageView
IImGearScrollableView interface; represents .NET form to draw the image on.
graphics
Graphics object to draw image on.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
IImGearScrollableView Interface