Share via


JmgGraphics::drawGDIEdges Method [AX 2012]

Draws a rectangle on the specified FormWindowControl object.

Syntax

client server public static void drawGDIEdges(
    FormWindowControl _fwC, 
    int _x0, 
    int _y0, 
    int _w, 
    int _h, 
    int _col, 
    boolean _roundCorner, 
    boolean _vistaLook)

Run On

Called

Parameters

  • _x0
    Type: int
    The x coordinate of the upper left corner.
  • _y0
    Type: int
    The y coordinate of the upper left corner.
  • _w
    Type: int
    The width of the rectangle.
  • _h
    Type: int
    The height of the rectangle.
  • _col
    Type: int
    The color to draw with.
  • _roundCorner
    Type: boolean
    true if rectangle corners must be rounded; otherwise, false.
  • _vistaLook
    Type: boolean
    true if the rectangle must have a vista look; otherwise, false.

See Also

Reference

JmgGraphics Class