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




In This Topic
    Draw Method (ImGearPageDisplay)
    In This Topic
    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