Share via


Graphics.fill3DRect

Class Overview | Class Members | This Package | All Packages

Syntax

public void fill3DRect( int x**, int** y**, int** width**, int** height**, boolean** raised )

Parameters
  • x
    the x coordinate of the rectangle to be filled.
  • y
    the y coordinate of the rectangle to be filled.
  • width
    the width of the rectangle to be filled.
  • height
    the height of the rectangle to be filled.
  • raised
    a boolean value that determines whether the rectangle appears to be raised above the surface or etched into the surface.
Description

Paints a 3-D highlighted rectangle filled with the current color. The edges of the rectangle will be highlighted so that it appears as if the edges were beveled and lit from the upper left corner. The colors used for the highlighting effect will be determined from the current color.

See Also

draw3DRect