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.fileformats.emf.emf.objects |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
com.aspose.imaging.fileformats.eps |
The namespace contains EPS format type
|
com.aspose.imaging.fileformats.svg.graphics |
The namespace for drawing on Svg.
|
com.aspose.imaging.fileformats.tiff.pathresources |
The namespace handles Tiff file format processing.
|
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 |
Rectangle.getSize()
Gets or sets the size of this
com.aspose.imaging.Rectangle . |
Size |
IObjectWithBounds.getSize()
Gets the object size.
|
Size |
Image.getSize()
Gets the image 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 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
com.aspose.imaging.PointF by the specified com.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
com.aspose.imaging.Rectangle by the specified amount. |
static boolean |
Size.isEquals(Size obj1,
Size obj2) |
static PointF |
PointF.op_Addition(PointF point,
Size size)
Translates a
com.aspose.imaging.PointF by a given com.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
com.aspose.imaging.PointF by the negative of a given com.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)
Gets or sets the size of this
com.aspose.imaging.Rectangle . |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
com.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
com.aspose.imaging.Rectangle structure with the specified location and size. |
Modifier and Type | Method and Description |
---|---|
Size |
EmfHeaderObject.getDevice()
Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels
|
Size |
EmfHeaderObject.getMillimeters()
Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters
|
Modifier and Type | Method and Description |
---|---|
void |
EmfHeaderObject.setDevice(Size value)
Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels
|
void |
EmfHeaderObject.setMillimeters(Size value)
Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters
|
Modifier and Type | Method and Description |
---|---|
Size |
EmfRoundRect.getCorner()
Gets or sets a 64-bit WMF SizeL object, specified in [MS-WMF] section 2.2.2.22, which
specifies the width and height, in logical coordinates, of the ellipse used to draw the rounded corners.
|
Size |
EmfSetWindowExtEx.getExtent()
Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the
horizontal and vertical extents in logical units.
|
Size |
EmfSetViewportExtEx.getExtent()
Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the
horizontal and vertical extents in device units.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfRoundRect.setCorner(Size value)
Gets or sets a 64-bit WMF SizeL object, specified in [MS-WMF] section 2.2.2.22, which
specifies the width and height, in logical coordinates, of the ellipse used to draw the rounded corners.
|
void |
EmfSetWindowExtEx.setExtent(Size value)
Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the
horizontal and vertical extents in logical units.
|
void |
EmfSetViewportExtEx.setExtent(Size value)
Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the
horizontal and vertical extents in device units.
|
Constructor and Description |
---|
EmfRecorderGraphics2D(Rectangle frame,
Size deviceSize,
Size deviceSizeMm)
Initializes a new instance of the
EmfRecorderGraphics2D class. |
Modifier and Type | Method and Description |
---|---|
Size |
EpsImage.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
SvgGraphics2D.drawImage(RasterImage image,
Point origin,
Size size)
Draws the specified image of the specified size at the specified location.
|
Modifier and Type | Method and Description |
---|---|
static PathResource[] |
PathResourceConverter.fromGraphicsPath(GraphicsPath graphicsPath,
Size imageSize)
Converts the
GraphicsPath instance to path resources. |
static GraphicsPath |
PathResourceConverter.toGraphicsPath(PathResource[] pathResources,
Size imageSize)
Converts path resources to the
GraphicsPath instance. |