Class Graphic
Abstract class.
Inheritance
| Object | Graphic 🡄 Object |
Properties
| Height | |
| Transparent | |
| Width |
Methods
| getHeight ( graphic ) | |
| getWidth ( graphic ) | Gets the current width in pixels of this graphics object. |
| setHeight ( graphic, height ) | |
| setWidth ( graphic, width ) | Sets the width in pixels. |
Inheritance
Properties
Methods
- getHeight ( graphic )
-
Parameters:
- graphic
Returns:
-
integer
- getWidth ( graphic )
-
Gets the current width in pixels of this graphics object.
Parameters:
- graphic
Returns:
-
integer
- setHeight ( graphic, height )
-
Parameters:
- graphic
- height integer
- setWidth ( graphic, width )
-
Sets the width in pixels.
Parameters:
- graphic
- width integer