Package | Description |
---|---|
com.aspose.imaging |
Modifier and Type | Method and Description |
---|---|
static Size |
Size.add(Size size1,
Size size2)
Adds the width and height of one
Aspose.Imaging.Size structure to the width and height of another Aspose.Imaging.Size 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. |
Size |
Size.Clone() |
static Size |
Size.getEmpty()
Gets a new instance of the
Aspose.Imaging.Size structure that has Aspose.Imaging.Size.Width and Aspose.Imaging.Size.Height values set to zero. |
Size |
Image.getSize()
Gets the image size.
|
Size |
IObjectWithBounds.getSize() |
Size |
Rectangle.getSize()
Gets or sets the size of this
Aspose.Imaging.Rectangle . |
static Size |
Size.op_Addition(Size size1,
Size size2)
Adds the width and height of one
Aspose.Imaging.Size structure to the width and height of another Aspose.Imaging.Size structure. |
static Size |
Size.op_Subtraction(Size size1,
Size size2)
Subtracts the width and height of one
Aspose.Imaging.Size structure from the width and height of another Aspose.Imaging.Size 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. |
static Size |
Size.subtract(Size size1,
Size size2)
Subtracts the width and height of one
Aspose.Imaging.Size structure from the width and height of another Aspose.Imaging.Size structure. |
static Size |
Point.to_Size(Point point)
Converts the specified
Aspose.Imaging.Point structure to a Aspose.Imaging.Size structure. |
Size |
SizeF.toSize()
Converts a
Aspose.Imaging.SizeF to a Aspose.Imaging.Size structure with truncated size values. |
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. |
Modifier and Type | Method and Description |
---|---|
static PointF |
PointF.add(PointF point,
Size size)
Translates a given
Aspose.Imaging.PointF by the specified Aspose.Imaging.Size . |
static Point |
Point.add(Point point,
Size size)
Adds the specified
Aspose.Imaging.Size to the specified Aspose.Imaging.Point . |
static Size |
Size.add(Size size1,
Size size2)
Adds the width and height of one
Aspose.Imaging.Size structure to the width and height of another Aspose.Imaging.Size structure. |
void |
Size.CloneTo(Size that) |
void |
Rectangle.inflate(Size size)
Inflates this
Aspose.Imaging.Rectangle by the specified amount. |
static PointF |
PointF.op_Addition(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by a given Aspose.Imaging.Size . |
static Point |
Point.op_Addition(Point point,
Size size)
Translates a
Aspose.Imaging.Point by a given Aspose.Imaging.Size . |
static Size |
Size.op_Addition(Size size1,
Size size2)
Adds the width and height of one
Aspose.Imaging.Size structure to the width and height of another Aspose.Imaging.Size structure. |
static boolean |
Size.op_Equality(Size size1,
Size size2)
Tests whether two
Aspose.Imaging.Size structures are equal. |
static boolean |
Size.op_Inequality(Size size1,
Size size2)
Tests whether two
Aspose.Imaging.Size structures are different. |
static PointF |
PointF.op_Subtraction(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a given Aspose.Imaging.Size . |
static Point |
Point.op_Subtraction(Point point,
Size size)
Translates a
Aspose.Imaging.Point by the negative of a given Aspose.Imaging.Size . |
static Size |
Size.op_Subtraction(Size size1,
Size size2)
Subtracts the width and height of one
Aspose.Imaging.Size structure from the width and height of another Aspose.Imaging.Size structure. |
void |
Rectangle.setSize(Size value) |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static Point |
Point.subtract(Point point,
Size size)
Returns the result of subtracting specified
Aspose.Imaging.Size from the specified Aspose.Imaging.Point . |
static Size |
Size.subtract(Size size1,
Size size2)
Subtracts the width and height of one
Aspose.Imaging.Size structure from the width and height of another Aspose.Imaging.Size structure. |
static Point |
Size.to_Point(Size size)
Converts the specified
Aspose.Imaging.Size to a Aspose.Imaging.Point . |
static SizeF |
Size.to_SizeF(Size size)
Converts the specified
Aspose.Imaging.Size to a Aspose.Imaging.SizeF . |
Constructor and Description |
---|
Point(Size size)
Initializes a new instance of the
Aspose.Imaging.Point structure from the Aspose.Imaging.Size structure. |
Rectangle(Point location,
Size size)
Initializes a new instance of the
Aspose.Imaging.Rectangle structure with the specified location and size. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.