public class Magick extends Object
| Constructor and Description |
|---|
Magick() |
| Modifier and Type | Method and Description |
|---|---|
static int |
parseImageGeometry(String geometry,
Rectangle rect)
Parses a geometry specification and returns the
width, height, x, and y values in the rectangle.
|
public static int parseImageGeometry(String geometry, Rectangle rect)
geometry - String containing the geometry specificationsrect - The rectangle of values x, y, width and heightGeometryFlagsCopyright © 2017. All rights reserved.