Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.imageoptions | |
com.aspose.psd.interfaces |
Modifier and Type | Method and Description |
---|---|
static SizeF |
SizeF.add(SizeF size1,
SizeF size2)
|
SizeF |
SizeF.Clone() |
static SizeF |
SizeF.getEmpty()
Gets a new instance of the
SizeF structure that has Aspose.PSD.SizeF.Width (SizeF.getWidth() /SizeF.setWidth(float) ) and Aspose.PSD.SizeF.Height (SizeF.getHeight() /SizeF.setHeight(float) ) values set to zero. |
SizeF |
RectangleF.getSize()
Gets or sets the size of this
RectangleF . |
SizeF |
VectorImage.getSizeF()
Gets the object size, in inches.
|
static SizeF |
SizeF.op_Addition(SizeF size1,
SizeF size2)
|
static SizeF |
SizeF.op_Subtraction(SizeF size1,
SizeF size2)
|
static SizeF |
SizeF.subtract(SizeF size1,
SizeF size2)
|
static SizeF |
Size.to_SizeF(Size size)
|
Modifier and Type | Method and Description |
---|---|
static PointF |
PointF.add(PointF point,
SizeF size)
|
static SizeF |
SizeF.add(SizeF size1,
SizeF size2)
|
static Size |
Size.ceiling(SizeF size)
|
void |
SizeF.CloneTo(SizeF that) |
void |
RectangleF.inflate(SizeF size)
Inflates this
RectangleF by the specified amount. |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
|
static SizeF |
SizeF.op_Addition(SizeF size1,
SizeF size2)
|
static boolean |
SizeF.op_Equality(SizeF size1,
SizeF size2)
Tests whether two
SizeF structures are equal. |
static boolean |
SizeF.op_Inequality(SizeF size1,
SizeF size2)
Tests whether two
SizeF structures are different. |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
|
static SizeF |
SizeF.op_Subtraction(SizeF size1,
SizeF size2)
|
static Size |
Size.round(SizeF size)
|
void |
RectangleF.setSize(SizeF value)
Gets or sets the size of this
RectangleF . |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
PointF by the negative of a specified size. |
static SizeF |
SizeF.subtract(SizeF size1,
SizeF size2)
|
static PointF |
SizeF.to_PointF(SizeF size)
|
static Size |
Size.truncate(SizeF size)
|
Constructor and Description |
---|
RectangleF(PointF location,
SizeF size)
Initializes a new instance of the
RectangleF structure with the specified location and size. |
SizeF(SizeF size)
|
Modifier and Type | Method and Description |
---|---|
SizeF |
VectorRasterizationOptions.getPageSize()
Gets or sets the page size.
|
SizeF |
PdfOptions.getPageSize()
Gets or sets the size of the page.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorRasterizationOptions.setPageSize(SizeF value)
Gets or sets the page size.
|
void |
PdfOptions.setPageSize(SizeF value)
Gets or sets the size of the page.
|
Modifier and Type | Method and Description |
---|---|
SizeF |
IObjectWithSizeF.getSizeF()
Gets the object size, in inches.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.