Share via


JmgGraphics::drawBmpPie Method [AX 2012]

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

Syntax

client server public static void drawBmpPie(
    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 pie center.
  • _y0
    Type: int
    The y coordinate of the pie center.
  • _radius
    Type: int
    The radius of the pie.
  • _color
    Type: int
    The color to draw with.
  • _lineWidth
    Type: int
    The line width to draw with.

See Also

Reference

JmgGraphics Class