| Constructor and Description |
|---|
ViewBox(int minX,
int minY,
int width,
int height)
Creates a new instance with the specified dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
valueStr()
Returns a string containing the view box coordinates and dimensions.
|
public ViewBox(int minX, int minY, int width, int height)
minX - the x coordinate.minY - the y coordinate.width - the width.height - the height.Copyright © 2021. All rights reserved.