public class NppiSize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height
Rectangle height.
|
int |
width
Rectangle width.
|
| Constructor and Description |
|---|
NppiSize()
Creates a new NppiSize with width=0 and height=0
|
NppiSize(int width,
int height)
Creates a new NppiSize
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |