Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / DrawImage Method / DrawImage(Graphics,Image,Int32,Int32,Int32,Int32) Method

In This Topic
    DrawImage(Graphics,Image,Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawImage( _
       ByVal g As Graphics, _
       ByVal image As Image, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    protected void DrawImage( 
       Graphics g,
       Image image,
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    g
    image
    x
    y
    width
    height
    See Also