Share via


JmgGraphics Class [AX 2012]

The JmgGraphics class is a utility class, which offers methods for drawing shapes.

Syntax

class JmgGraphics

Run On

Called

Methods

  Method Description
Gg767619.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpCircle Draws a circle on the specified System.Drawing.Graphics object
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpEdges Draws a rectangle on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpLine Draws a line of width 2 on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpLine1 Draws a line of width 1 on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpLine3 Draws a line of width 3 on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpPie Draws a pie on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawBmpText Draws a string on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawFile Draws an image in the specified file name on the System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawGDIEdges Draws a rectangle on the specified FormWindowControl object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawGradient Draws a rectangle gradient on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawGradientCircle Draws a gradient circle on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawResource Draws a build in resource on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawSpecularOverlay Draws a specular overlay on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::drawStatusBar Draws a status bar on the specified System.Drawing.Graphics object.
Gg767619.pubmethod(en-us,AX.60).gif Gg767619.static(en-us,AX.60).gif ::makePercentageGraphics Draws a status bar on the specified FormWindowControl object.

Top

Inheritance Hierarchy

Object Class
  JmgGraphics Class