ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / DrawEx(IImGearScrollableView,Graphics,Boolean) Method
IImGearScrollableView interface, represents .NET Form to draw the image in.
Graphics object to draw the image on.
Boolean flag indicating whether the drawing is performed for printer Graphics or not.




In This Topic
    DrawEx(IImGearScrollableView,Graphics,Boolean) Method
    In This Topic
    Draws image on .NET Graphics.
    Syntax
    '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)
    public void DrawEx( 
       IImGearScrollableView pageView,
       Graphics graphics,
       bool doPrint
    )
    public: void DrawEx( 
       IImGearScrollableView* pageView,
       Graphics* graphics,
       bool doPrint
    ) 
    public:
    void DrawEx( 
       IImGearScrollableView^ pageView,
       Graphics^ graphics,
       bool 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.
    See Also