Graphics.drawRectangle

Get the entire screen's Graphics for the primary monitor.

  1. void drawRectangle(Pen pen, Rect r)
  2. void drawRectangle(Pen pen, int x, int y, int width, int height)
    class Graphics
    final
    void
    drawRectangle
    (,
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )

Meta