'Declaration Public Sub DrawEx( _ ByVal pageView As IImGearScrollableView, _ ByVal graphics As Graphics, _ ByVal doPrint As Boolean _ )
'Usage Dim instance As ImGearPageDisplay Dim pageView As IImGearScrollableView Dim graphics As Graphics Dim doPrint As Boolean instance.DrawEx(pageView, graphics, doPrint)
Parameters
- pageView
- IImGearScrollableView interface, represents .NET Form to draw the image in.
- graphics
- Graphics object to draw the image on.
- doPrint
- Boolean flag indicating whether the drawing is performed for printer Graphics or not.