fillRect
Description​
(no description)
- JavaScript
- C#
- Kotlin
fillRect(x: number, y: number, w: number, h: number): void
void FillRect(double x, double y, double w, double h)
fun fillRect(x: Double, y: Double, w: Double, h: Double): Unit
Parameter | Summary |
---|---|
xAll | (no description) |
yAll | (no description) |
wAll | (no description) |
hAll | (no description) |