public abstract class Size2D extends Dimension2D
Size2D class describes dimensions
(w x h).
This class is only the abstract superclass for all objects that store 2D dimensions. The actual storage representation of the dimensions is left to the subclass.
| Modifier and Type | Class and Description |
|---|---|
static class |
Size2D.Float
The
Float class defines dimensions specified in float
coordinates. |
| Constructor and Description |
|---|
Size2D() |
Copyright © 2025 Aspose. All Rights Reserved.