ImageGear PDF v25.2 - 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

Is this page helpful?
Yes No
Thanks for your feedback.