public class ImageBuffer.OpDrawRectWH extends ImageBuffer.Operation
| Constructor and Description |
|---|
OpDrawRectWH(int x,
int y,
int w,
int h)
Constructor mit Basiskoordinaten und Breite/Höhe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(ImageRenderer ir,
int x,
int y)
Ausführen der Operation.
|
public OpDrawRectWH(int x,
int y,
int w,
int h)
x - Xy - Yw - W (Breite)h - H (Höhe)public void draw(ImageRenderer ir, int x, int y)
ImageBuffer.Operationdraw in class ImageBuffer.Operationir - Image-Rendererx - X-Koordinatey - Y-KoordinateCopyright © 2005-2023–2024 >StA-Soft<. All rights reserved.