| Package | Description |
|---|---|
| com.aspose.cad | |
| com.aspose.cad.fileformats.cf2 | |
| com.aspose.cad.fileformats.dgn.dgnelements | |
| com.aspose.cad.imageoptions |
| Modifier and Type | Method and Description |
|---|---|
static SizeF |
SizeF.add(SizeF size1,
SizeF size2)
Adds the width and height of one
Aspose.Imaging.SizeF structure to the width and height of another Aspose.Imaging.SizeF structure. |
SizeF |
SizeF.Clone() |
static SizeF |
SizeF.getEmpty()
Gets a new instance of the
Aspose.Imaging.SizeF structure that has Aspose.Imaging.SizeF.Width and Aspose.Imaging.SizeF.Height values set to zero. |
SizeF |
RectangleF.getSize()
Gets or sets the size of this
Aspose.Imaging.RectangleF. |
static SizeF |
SizeF.op_Addition(SizeF size1,
SizeF size2)
Adds the width and height of one
Aspose.Imaging.SizeF structure to the width and height of another Aspose.Imaging.SizeF structure. |
static SizeF |
SizeF.op_Subtraction(SizeF size1,
SizeF size2)
Subtracts the width and height of one
Aspose.Imaging.SizeF structure from the width and height of another Aspose.Imaging.SizeF structure. |
static SizeF |
SizeF.subtract(SizeF size1,
SizeF size2)
Subtracts the width and height of one
Aspose.Imaging.SizeF structure from the width and height of another Aspose.Imaging.SizeF structure. |
static SizeF |
Size.to_SizeF(Size size)
Converts the specified
Aspose.Imaging.Size to a Aspose.Imaging.SizeF. |
| Modifier and Type | Method and Description |
|---|---|
static PointF |
PointF.add(PointF point,
SizeF size)
Translates a given
Aspose.Imaging.PointF by a specified Aspose.Imaging.SizeF. |
static SizeF |
SizeF.add(SizeF size1,
SizeF size2)
Adds the width and height of one
Aspose.Imaging.SizeF structure to the width and height of another Aspose.Imaging.SizeF structure. |
static Size |
Size.ceiling(SizeF size)
Converts the specified
Aspose.Imaging.SizeF structure to a Aspose.Imaging.Size structure by rounding the values of the Aspose.Imaging.Size structure to the next higher integer values. |
void |
SizeF.CloneTo(SizeF that) |
void |
RectangleF.inflate(SizeF size)
Inflates this
Aspose.Imaging.RectangleF by the specified amount. |
static boolean |
SizeF.isEquals(SizeF obj1,
SizeF obj2) |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
Translates the
Aspose.Imaging.PointF by the specified Aspose.Imaging.SizeF. |
static SizeF |
SizeF.op_Addition(SizeF size1,
SizeF size2)
Adds the width and height of one
Aspose.Imaging.SizeF structure to the width and height of another Aspose.Imaging.SizeF structure. |
static boolean |
SizeF.op_Equality(SizeF size1,
SizeF size2)
Tests whether two
Aspose.Imaging.SizeF structures are equal. |
static boolean |
SizeF.op_Inequality(SizeF size1,
SizeF size2)
Tests whether two
Aspose.Imaging.SizeF structures are different. |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified Aspose.Imaging.SizeF. |
static SizeF |
SizeF.op_Subtraction(SizeF size1,
SizeF size2)
Subtracts the width and height of one
Aspose.Imaging.SizeF structure from the width and height of another Aspose.Imaging.SizeF structure. |
static Size |
Size.round(SizeF size)
Converts the specified
Aspose.Imaging.SizeF structure to a Aspose.Imaging.Size structure by rounding the values of the Aspose.Imaging.SizeF structure to the nearest integer values. |
void |
RectangleF.setSize(SizeF value)
Gets or sets the size of this
Aspose.Imaging.RectangleF. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static SizeF |
SizeF.subtract(SizeF size1,
SizeF size2)
Subtracts the width and height of one
Aspose.Imaging.SizeF structure from the width and height of another Aspose.Imaging.SizeF structure. |
static PointF |
SizeF.to_PointF(SizeF size)
Converts the specified
Aspose.Imaging.SizeF to a Aspose.Imaging.PointF. |
static Size |
Size.truncate(SizeF size)
Converts the specified
Aspose.Imaging.SizeF structure to a Aspose.Imaging.Size structure by truncating the values of the Aspose.Imaging.SizeF structure to the next lower integer values. |
| Constructor and Description |
|---|
RectangleF(PointF location,
SizeF size)
Initializes a new instance of the
Aspose.Imaging.RectangleF structure with the specified location and size. |
SizeF(SizeF size)
Initializes a new instance of the
Aspose.Imaging.SizeF structure from the specified Aspose.Imaging.SizeF. |
| Modifier and Type | Method and Description |
|---|---|
SizeF |
CF2Text.getSize()
The size
|
| Modifier and Type | Method and Description |
|---|---|
void |
CF2Text.setSize(SizeF value)
The size
|
| Modifier and Type | Method and Description |
|---|---|
SizeF |
DgnMultiTextElement.getTextSize()
Gets text size in UOR
|
SizeF |
DgnTextElement.getTextSize()
Gets text size in UOR
|
| Modifier and Type | Method and Description |
|---|---|
SizeF |
VectorRasterizationOptions.getPageSize()
Gets or sets the page size.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SizeF> |
VectorRasterizationOptions.getLayoutPageSizes()
Gets or sets the layout page sizes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorRasterizationOptions.setPageSize(SizeF value)
Gets or sets the page size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorRasterizationOptions.setLayoutPageSizes(Map<String,SizeF> value)
Gets or sets the layout page sizes.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.