Share via


JmgGraphics::drawBmpCircle Method [AX 2012]

Draws a circle on the specified System.Drawing.Graphics object

Syntax

client server public static void drawBmpCircle(
    CLRObject _bmpDC, 
    int _x0, 
    int _y0, 
    int _radius, 
    int _color, 
    int _lineWidth)

Run On

Called

Parameters

  • _bmpDC
    Type: CLRObject Class
    The System.Drawing.Graphics object to draw on.
  • _x0
    Type: int
    The x coordinate of the circle center.
  • _y0
    Type: int
    The y coordinate of the circle center.
  • _radius
    Type: int
    The radius of the circle.
  • _color
    Type: int
    The color of the circle.
  • _lineWidth
    Type: int
    The width of the line.

See Also

Reference

JmgGraphics Class