'Declaration
Public Sub DrawEx( _
ByVal As IImGearScrollableView, _
ByVal As Graphics, _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearPageDisplay
Dim pageView As IImGearScrollableView
Dim graphics As Graphics
Dim doPrint As Boolean
instance.DrawEx(pageView, graphics, doPrint)