Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
com.aspose.imaging.interfaces |
The namespace handles Tiff file format processing.
|
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 . |
SizeF |
VectorImage.getSizeF()
Gets the object size, in inches.
|
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 |
VectorRasterizationOptions.getPageSize()
Gets the page size.
|
SizeF |
PdfOptions.getPageSize()
Gets the size of the page.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorRasterizationOptions.setPageSize(SizeF value)
Sets the page size.
|
void |
PdfOptions.setPageSize(SizeF value)
Sets the size of the page.
|
Modifier and Type | Method and Description |
---|---|
SizeF |
IObjectWithSizeF.getSizeF()
Gets the object size, in inches.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.