Share via


JmgGraphics::drawFile Method [AX 2012]

Draws an image in the specified file name on the System.Drawing.Graphics object.

Syntax

client server public static void drawFile(
    CLRObject _bmpDC, 
    int _x, 
    int _y, 
    int _w, 
    int _h, 
    Filename _fName)

Run On

Called

Parameters

  • _bmpDC
    Type: CLRObject Class
    The System.Drawing.Graphics object to draw on.
  • _x
    Type: int
    The x coordinate of the starting point.
  • _y
    Type: int
    The y coordinate of the starting point.
  • _w
    Type: int
    The width of the area to be drawn.
  • _h
    Type: int
    The height of the area to be drawn.

See Also

Reference

JmgGraphics Class