Share via


JmgGraphics::drawBmpLine1 Method [AX 2012]

Draws a line of width 1 on the specified System.Drawing.Graphics object.

Syntax

client server public static void drawBmpLine1(
    CLRObject _bmpDC, 
    int _xFrom, 
    int _yFrom, 
    int _xTo, 
    int _yTo, 
    int _color, 
   [CLRObject _lineWidth])

Run On

Called

Parameters

  • _bmpDC
    Type: CLRObject Class
    The System.Drawing.Graphics object to draw on.
  • _xFrom
    Type: int
    The x coordinate of the starting point.
  • _yFrom
    Type: int
    The y coordinate of the starting point.
  • _xTo
    Type: int
    The x coordinate of the ending point.
  • _yTo
    Type: int
    The y coordinate of the ending point.
  • _color
    Type: int
    The color to draw with.

See Also

Reference

JmgGraphics Class