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.brushes |
The package provides helper classes and methods to work with different brush types.
|
com.aspose.imaging.extensions |
The package contains extension methods.
|
com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
com.aspose.imaging.fileformats.emf |
The package contains types [MS-EMF], [MS-EMFPLUS]
|
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.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
com.aspose.imaging.fileformats.emf.emfplus.records |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.3 EMF+ Records
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.metafile |
The package contains classes for old engine of Windows Metafile file format integration.
|
com.aspose.imaging.fileformats.opendocument.objects.graphic |
The Open document graphic objects
|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.psd.layers.layerresources |
The package contains PSD file format entities contained in layers.
|
com.aspose.imaging.fileformats.svg.graphics |
The namespace for drawing on Svg.
|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
com.aspose.imaging.fileformats.wmf |
The package handles WMF file format processing.
|
com.aspose.imaging.fileformats.wmf.graphics |
The package contains Wmf graphics.
|
com.aspose.imaging.fileformats.wmf.objects |
The package contains types [MS-WMF]: Windows
Metafile Format 2.2 WMF Objects
|
com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
com.aspose.imaging.masking.options |
The namespace handles ImageMasking.Options processing.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Rectangle.ceiling(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF structure to a com.aspose.imaging.Rectangle structure by rounding the com.aspose.imaging.RectangleF values to the next higher integer values. |
Rectangle |
Rectangle.Clone() |
static Rectangle |
Rectangle.fromLeftTopRightBottom(int left,
int top,
int right,
int bottom)
Creates a
com.aspose.imaging.Rectangle structure with the specified edge locations. |
static Rectangle |
Rectangle.fromPoints(Point point1,
Point point2)
Creates a new
Rectangle from two points specified. |
Rectangle |
IObjectWithBounds.getBounds()
Gets the object bounds.
|
Rectangle |
Image.getBounds()
Gets the image bounds.
|
static Rectangle |
Rectangle.getEmpty()
Gets a new instance of the
com.aspose.imaging.Rectangle structure that has com.aspose.imaging.Rectangle.X , com.aspose.imaging.Rectangle.Y , com.aspose.imaging.Rectangle.Width and com.aspose.imaging.Rectangle.Height values set to zero. |
static Rectangle |
Image.getFittingRectangle(Rectangle rectangle,
int[] pixels,
int width,
int height)
Gets rectangle which fits the current image.
|
static Rectangle |
Image.getFittingRectangle(Rectangle rectangle,
int width,
int height)
Gets rectangle which fits the current image.
|
static Rectangle |
Rectangle.inflate(Rectangle rect,
int x,
int y)
Creates and returns an inflated copy of the specified
com.aspose.imaging.Rectangle structure. |
static Rectangle |
Rectangle.intersect(Rectangle a,
Rectangle b)
Returns a third
com.aspose.imaging.Rectangle structure that represents the intersection of two other com.aspose.imaging.Rectangle structures. |
static Rectangle |
Rectangle.round(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF to a com.aspose.imaging.Rectangle by rounding the com.aspose.imaging.RectangleF values to the nearest integer values. |
static Rectangle |
Rectangle.truncate(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF to a com.aspose.imaging.Rectangle by truncating the com.aspose.imaging.RectangleF values. |
static Rectangle |
Rectangle.union(Rectangle a,
Rectangle b)
Gets a
com.aspose.imaging.Rectangle structure that contains the union of two com.aspose.imaging.Rectangle structures. |
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.CloneTo(Rectangle that) |
void |
Region.complement(Rectangle rect)
Updates this
com.aspose.imaging.Region to contain the portion of the specified com.aspose.imaging.Rectangle structure that does not intersect with this com.aspose.imaging.region . |
boolean |
Rectangle.contains(Rectangle rect)
Determines if the rectangular region represented by
rect is entirely contained within this com.aspose.imaging.Rectangle structure. |
void |
RasterCachedImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
RasterImage.crop(Rectangle rectangle)
Crops the specified rectangle.
|
void |
Graphics.drawArc(Pen pen,
Rectangle rect,
float startAngle,
float sweepAngle)
Draws an arc representing a portion of an ellipse specified by a
Rectangle structure. |
void |
Graphics.drawEllipse(Pen pen,
Rectangle rect)
Draws an ellipse specified by a bounding
Rectangle structure. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
ImageAttributes imageAttributes)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rect)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectDestination,
int graphicsUnit)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectSource,
Rectangle rectDestination,
int graphicsUnit)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectSource,
Rectangle rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImageUnscaled(Image sourceImage,
Rectangle rect)
Draws a specified image using its original physical size at a specified location.
|
void |
Graphics.drawImageUnscaledAndClipped(Image sourceImage,
Rectangle rect)
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.
|
void |
Graphics.drawPie(Pen pen,
Rectangle rect,
float startAngle,
float sweepAngle)
Draws a pie shape defined by an ellipse specified by a
Rectangle structure and two radial lines. |
void |
Graphics.drawRectangle(Pen pen,
Rectangle rect)
Draws a rectangle specified by a
Rectangle structure. |
void |
Graphics.drawRectangles(Pen pen,
Rectangle[] rects)
Draws a series of rectangles specified by
Rectangle structures. |
void |
Region.exclude(Rectangle rect)
Updates this
com.aspose.imaging.Region to contain only the portion of its interior that does not intersect with the specified com.aspose.imaging.Rectangle structure. |
void |
IImageExporter.export(Image image,
OutputStream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Exports the specified image data into specified data format.
|
void |
Graphics.fillEllipse(Brush brush,
Rectangle rect)
Fills the interior of an ellipse defined by a bounding rectangle specified by a
com.aspose.imaging.Rectangle structure. |
void |
Graphics.fillPie(Brush brush,
Rectangle rect,
float startAngle,
float sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a
com.aspose.imaging.RectangleF structure and two radial lines. |
void |
Graphics.fillRectangle(Brush brush,
Rectangle rect)
Fills the interior of a rectangle specified by a
Rectangle structure. |
void |
Graphics.fillRectangles(Brush brush,
Rectangle[] rects)
Fills the interiors of a series of rectangles specified by
Rectangle structures. |
void |
RasterImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
static IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
Rectangle destBounds,
int entriesCount)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
int[] |
RasterImage.getDefaultArgb32Pixels(Rectangle rectangle)
Gets the default 32-bit ARGB pixels array.
|
void |
RasterImage.getDefaultPixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Gets the default pixels array using partial pixel loader.
|
void |
RasterImage.getDefaultRawData(Rectangle rectangle,
IPartialRawDataLoader partialRawDataLoader,
RawDataSettings rawDataSettings)
Gets the default raw data array using partial pixel loader.
|
byte[] |
RasterImage.getDefaultRawData(Rectangle rectangle,
RawDataSettings rawDataSettings)
Gets the default raw data array.
|
static Rectangle |
Image.getFittingRectangle(Rectangle rectangle,
int[] pixels,
int width,
int height)
Gets rectangle which fits the current image.
|
static Rectangle |
Image.getFittingRectangle(Rectangle rectangle,
int width,
int height)
Gets rectangle which fits the current image.
|
static Rectangle |
Rectangle.inflate(Rectangle rect,
int x,
int y)
Creates and returns an inflated copy of the specified
com.aspose.imaging.Rectangle structure. |
void |
Region.intersect(Rectangle rect)
Updates this
com.aspose.imaging.Region to the intersection of itself with the specified com.aspose.imaging.Rectangle structure. |
void |
Rectangle.intersect(Rectangle rect)
Replaces this
com.aspose.imaging.Rectangle with the intersection of itself and the specified com.aspose.imaging.Rectangle . |
static Rectangle |
Rectangle.intersect(Rectangle a,
Rectangle b)
Returns a third
com.aspose.imaging.Rectangle structure that represents the intersection of two other com.aspose.imaging.Rectangle structures. |
boolean |
Rectangle.intersectsWith(Rectangle rect)
Determines if this rectangle intersects with
rect . |
static boolean |
Rectangle.isEquals(Rectangle obj1,
Rectangle obj2) |
boolean |
Region.isVisible(Rectangle rect)
Tests whether any portion of the specified
com.aspose.imaging.Rectangle structure is contained within this com.aspose.imaging.region . |
boolean |
Region.isVisible(Rectangle rect,
Graphics g)
Tests whether any portion of the specified
com.aspose.imaging.Rectangle structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
int[] |
RasterImage.loadArgb32Pixels(Rectangle rectangle)
Loads 32-bit ARGB pixels.
|
long[] |
RasterImage.loadArgb64Pixels(Rectangle rectangle)
Loads 64-bit ARGB pixels.
|
int[] |
RasterImage.loadCmyk32Pixels(Rectangle rectangle)
Loads pixels in CMYK format.
|
CmykColor[] |
RasterImage.loadCmykPixels(Rectangle rectangle)
Deprecated.
use instead loadCmyk32Pixels(Rectangle)
|
void |
RasterImage.loadPartialArgb32Pixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially by packs.
|
void |
IRasterImageArgb32PixelLoader.loadPartialArgb32Pixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially (by blocks).
|
void |
RasterImage.loadPartialPixels(Rectangle desiredRectangle,
IPartialPixelLoader pixelLoader)
Loads pixels partially by packs.
|
void |
IRasterImagePixelLoader.loadPartialPixels(Rectangle rectangle,
IPartialPixelLoader partialPixelLoader)
Loads pixels partially (by blocks).
|
Color[] |
RasterImage.loadPixels(Rectangle rectangle)
Loads pixels.
|
void |
RasterImage.loadRawData(Rectangle rectangle,
RawDataSettings rawDataSettings,
IPartialRawDataLoader rawDataLoader)
Loads raw image data using the partial processing mechanism.
|
void |
IRasterImageRawDataLoader.loadRawData(Rectangle rectangle,
RawDataSettings rawDataSettings,
IPartialRawDataLoader rawDataLoader)
Loads raw data.
|
void |
RasterImage.loadRawData(Rectangle rectangle,
Rectangle destImageBounds,
RawDataSettings rawDataSettings,
IPartialRawDataLoader rawDataLoader)
Loads raw data.
|
static boolean |
Rectangle.op_Equality(Rectangle left,
Rectangle right)
Tests whether two
com.aspose.imaging.Rectangle structures have equal location and size. |
static boolean |
Rectangle.op_Inequality(Rectangle left,
Rectangle right)
Tests whether two
com.aspose.imaging.Rectangle structures differ in location or size. |
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end)
Processes the loaded data.
|
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the loaded data.
|
void |
IPartialPixelLoader.process(Rectangle pixelsRectangle,
Color[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void |
IPartialArgb32PixelLoader.process(Rectangle pixelsRectangle,
int[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void |
IPartialArgb64PixelLoader.process64(Rectangle pixelsRectangle,
long[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void |
Image.save(OutputStream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(RandomAccessFile file,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(String filePath,
ImageOptionsBase options,
Rectangle boundsRectangle)
Saves the object's data to the specified file location in the specified file format according to save options.
|
void |
RasterImage.saveArgb32Pixels(Rectangle rectangle,
int[] pixels)
Saves the 32-bit ARGB pixels.
|
void |
RasterImage.saveCmyk32Pixels(Rectangle rectangle,
int[] pixels)
Saves the pixels.
|
void |
RasterImage.saveCmykPixels(Rectangle rectangle,
CmykColor[] pixels)
Deprecated.
use instead saveCmyk32Pixels(Rectangle, int[])
|
void |
RasterImage.savePixels(Rectangle rectangle,
Color[] pixels)
Saves the pixels.
|
void |
RasterImage.saveRawData(byte[] data,
int dataOffset,
Rectangle rectangle,
RawDataSettings rawDataSettings)
Saves the raw data.
|
static RectangleF |
RectangleF.to_RectangleF(Rectangle rect)
Converts the specified
Aspose.Imaging.Rectangle structure to a Aspose.Imaging.RectangleF structure. |
void |
Region.union(Rectangle rect)
Updates this
com.aspose.imaging.Region to the union of itself and the specified com.aspose.imaging.Rectangle structure. |
static Rectangle |
Rectangle.union(Rectangle a,
Rectangle b)
Gets a
com.aspose.imaging.Rectangle structure that contains the union of two com.aspose.imaging.Rectangle structures. |
void |
Region.xor(Rectangle rect)
Updates this
com.aspose.imaging.Region to the union minus the intersection of itself with the specified com.aspose.imaging.Rectangle structure. |
Constructor and Description |
---|
Matrix(Rectangle rect,
Point[] plgpts)
Initializes a new instance of the
Aspose.Imaging.Matrix class to the geometric transform defined by the specified rectangle and array of points. |
Region(Rectangle rect)
Initializes a new
T:Aspose.Imaging.Region from the specified T:Aspose.Imaging.Rectangle structure. |
Constructor and Description |
---|
LinearGradientBrush(Rectangle rect,
Color color1,
Color color2,
float angle)
Initializes a new instance of the
LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle. |
LinearGradientBrush(Rectangle rect,
Color color1,
Color color2,
float angle,
boolean isAngleScalable)
Initializes a new instance of the
LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle. |
LinearMulticolorGradientBrush(Rectangle rect,
float angle)
Initializes a new instance of the
LinearMulticolorGradientBrush class based on a rectangle and an orientation angle. |
LinearMulticolorGradientBrush(Rectangle rect,
float angle,
boolean isAngleScalable)
Initializes a new instance of the
LinearMulticolorGradientBrush class based on a rectangle and an orientation angle. |
TextureBrush(Image image,
int wrapMode,
Rectangle destinationRectangle)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image, wrap mode, and bounding rectangle. |
TextureBrush(Image image,
Rectangle destinationRectangle)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image and bounding rectangle. |
TextureBrush(Image image,
Rectangle destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
Modifier and Type | Method and Description |
---|---|
static RasterImage |
ImageExtensions.fromJava(BufferedImage image,
Rectangle rect)
Converts the
BufferedImage to the PngImage . |
static Rectangle |
RectangleExtensions.toGdiRectangle(Rectangle rectangle)
Converts the
Rectangle to the System.Drawing.Rectangle . |
static BufferedImage |
ImageExtensions.toJava(Image image,
Rectangle subImageRect)
Takes the subimage from
Image and converts to the BufferedImage . |
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
DicomImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
DjvuImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
String |
DjvuPage.getTextForLocation(Rectangle rect)
Gets the text for the rectangle location
|
Modifier and Type | Method and Description |
---|---|
void |
MetaImage.crop(Rectangle rectangle)
Crops the specified rectangle.
|
void |
EmfImage.crop(Rectangle rectangle)
Crops the specified rectangle.
|
abstract void |
MetaImage.resizeCanvas(Rectangle newRectangle)
Resizes the canvas.
|
void |
EmfImage.resizeCanvas(Rectangle newRectangle)
Resizes the canvas.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
EmfRegionDataHeader.getBounds()
Gets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies
the bounds of the region.
|
Rectangle |
EmfHeaderObject.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive
bounds in device units of the smallest rectangle that can be drawn around the image stored in
the metafile
|
Rectangle[] |
EmfRegionData.getData()
Gets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are
merged to create the region
|
Rectangle |
EmfHeaderObject.getFrame()
Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter
units, of a rectangle that surrounds the image stored in the metafile
|
Rectangle |
EmfText.getRectangle()
Gets or sets an optional WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a clipping
and/or opaquing rectangle in logical units.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfRegionDataHeader.setBounds(Rectangle value)
Sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies
the bounds of the region.
|
void |
EmfHeaderObject.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive
bounds in device units of the smallest rectangle that can be drawn around the image stored in
the metafile
|
void |
EmfRegionData.setData(Rectangle[] value)
Sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are
merged to create the region
|
void |
EmfHeaderObject.setFrame(Rectangle value)
Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter
units, of a rectangle that surrounds the image stored in the metafile
|
void |
EmfText.setRectangle(Rectangle value)
Gets or sets an optional WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a clipping
and/or opaquing rectangle in logical units.
|
Constructor and Description |
---|
EmfRegionData(Rectangle rectangle)
Initializes a new instance of the
EmfRegionData class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
EmfTransparentBlt.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfStrokePath.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units
|
Rectangle |
EmfStrokeAndFillPath.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
Rectangle |
EmfStretchDiBits.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfStretchBlt.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfSmallTextOut.getBounds()
Gets or sets an optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that
specifies the bounding rectangle in device units.
|
Rectangle |
EmfSetDiBitsToDevice.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfPolyTextOutW.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the
bounding rectangle in device units.
|
Rectangle |
EmfPolyTextOutA.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the
bounding rectangle in device units.
|
Rectangle |
EmfPolyPolyline16.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
Rectangle |
EmfPolyPolyline.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
Rectangle |
EmfPolyPolygon16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyPolygon.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
bounding rectangle, in device units.
|
Rectangle |
EmfPolylineTo16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolylineTo.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
Rectangle |
EmfPolyline16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyline.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
Rectangle |
EmfPolygon16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolygon.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
Rectangle |
EmfPolyDraw16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyDraw.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyBezierTo16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyBezierTo.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
Rectangle |
EmfPolyBezier16.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
Rectangle |
EmfPolyBezier.getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
Rectangle |
EmfPlgBlt.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
bounding rectangle, in device units, for output to the destination.
|
Rectangle |
EmfPaintRgn.getBounds()
Gets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
Rectangle |
EmfMaskBlt.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfInvertRgn.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
Rectangle |
EmfGradientFill.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies a
bounding rectangle, in inclusive-inclusive device units.
|
Rectangle |
EmfGlsBoundedRecord.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding
rectangle, in device units, for output produced by executing the OpenGL function.
|
Rectangle |
EmfFrameRgn.getBounds()
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
Rectangle |
EmfFillRgn.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
Rectangle |
EmfFillPath.getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies bounding rectangle, in device units.
|
Rectangle |
EmfExtTextOutW.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19).
|
Rectangle |
EmfExtTextOutA.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19).
|
Rectangle |
EmfBitBlt.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfAlphaBlend.getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
Rectangle |
EmfRoundRect.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive rectangle to draw.
|
Rectangle |
EmfRectangle.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive rectangle to draw.
|
Rectangle |
EmfPie.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
Rectangle |
EmfEllipse.getBox()
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
Rectangle |
EmfChord.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
Rectangle |
EmfArcTo.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
Rectangle |
EmfArc.getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
Rectangle |
EmfIntersectClipRect.getClip()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.
|
Rectangle |
EmfExcludeClipRect.getClip()
Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping
rectangle in logical units.
|
Rectangle |
EmfStretchBlt.getDestRect()
Gets or sets the dest rect.
|
Rectangle |
EmfCommentMultiFormats.getOutputRect()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle, in logical coordinates.
|
Rectangle |
EmfCommentBeginGroup.getRectangle()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle in logical coordinates.
|
Rectangle |
EmfStretchBlt.getSrcRect()
Gets or sets the source rect.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfTransparentBlt.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfStrokePath.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units
|
void |
EmfStrokeAndFillPath.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
void |
EmfStretchDiBits.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfStretchBlt.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfSmallTextOut.setBounds(Rectangle value)
Gets or sets an optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that
specifies the bounding rectangle in device units.
|
void |
EmfSetDiBitsToDevice.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfPolyTextOutW.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the
bounding rectangle in device units.
|
void |
EmfPolyTextOutA.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the
bounding rectangle in device units.
|
void |
EmfPolyPolyline16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
void |
EmfPolyPolyline.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
void |
EmfPolyPolygon16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyPolygon.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
bounding rectangle, in device units.
|
void |
EmfPolylineTo16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolylineTo.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
void |
EmfPolyline16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyline.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
void |
EmfPolygon16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolygon.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
void |
EmfPolyDraw16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyDraw.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyBezierTo16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyBezierTo.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
void |
EmfPolyBezier16.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle, in device units.
|
void |
EmfPolyBezier.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
void |
EmfPlgBlt.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
bounding rectangle, in device units, for output to the destination.
|
void |
EmfPaintRgn.setBounds(Rectangle value)
Sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
void |
EmfMaskBlt.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfInvertRgn.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
void |
EmfGradientFill.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies a
bounding rectangle, in inclusive-inclusive device units.
|
void |
EmfGlsBoundedRecord.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding
rectangle, in device units, for output produced by executing the OpenGL function.
|
void |
EmfFrameRgn.setBounds(Rectangle value)
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
void |
EmfFillRgn.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
void |
EmfFillPath.setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies bounding rectangle, in device units.
|
void |
EmfExtTextOutW.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19).
|
void |
EmfExtTextOutA.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19).
|
void |
EmfBitBlt.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfAlphaBlend.setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the
destination bounding rectangle in device units.
|
void |
EmfRoundRect.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive rectangle to draw.
|
void |
EmfRectangle.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive rectangle to draw.
|
void |
EmfPie.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
void |
EmfEllipse.setBox(Rectangle value)
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
void |
EmfChord.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
void |
EmfArcTo.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
void |
EmfArc.setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
void |
EmfIntersectClipRect.setClip(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.
|
void |
EmfExcludeClipRect.setClip(Rectangle value)
Sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping
rectangle in logical units.
|
void |
EmfStretchBlt.setDestRect(Rectangle value)
Gets or sets the dest rect.
|
void |
EmfCommentMultiFormats.setOutputRect(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle, in logical coordinates.
|
void |
EmfCommentBeginGroup.setRectangle(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the
output rectangle in logical coordinates.
|
void |
EmfStretchBlt.setSrcRect(Rectangle value)
Gets or sets the source rect.
|
Modifier and Type | Method and Description |
---|---|
Rectangle[] |
EmfPlusRedEyeCorrectionEffect.getAreas()
Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF]
section 2.2.2.19.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusRedEyeCorrectionEffect.setAreas(Rectangle[] value)
Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF]
section 2.2.2.19.
|
Modifier and Type | Method and Description |
---|---|
Rectangle[] |
EmfPlusSetTsClip.getRects()
Gets or sets an array of NumRects rectangles that define clipping areas.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusSetTsClip.setRects(Rectangle[] value)
Gets or sets an array of NumRects rectangles that define clipping areas.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileRecorderGraphics2D.drawArc(Pen pen,
Rectangle rect,
float startAngle,
float arcAngle)
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
|
void |
MetafileRecorderGraphics2D.drawEllipse(Pen pen,
Rectangle rect)
Draws the ellipse.
|
void |
MetafileRecorderGraphics2D.drawImage(byte[] imageBytes,
Rectangle destRect,
int srcUnit)
Draws the image.
|
void |
MetafileRecorderGraphics2D.drawImage(RasterImage image,
Rectangle destRect,
Rectangle srcRect,
int srcUnit)
Draws the specified portion of the specified Image at the specified location and with the specified size.
|
void |
MetafileRecorderGraphics2D.drawPie(Pen pen,
Rectangle rect,
float startAngle,
float sweepAngle)
Draws the pie.
|
void |
MetafileRecorderGraphics2D.drawRectangle(Pen pen,
Rectangle rectangle)
Draws the rectangle.
|
void |
MetafileRecorderGraphics2D.excludeClip(Rectangle rect)
Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure.
|
void |
MetafileRecorderGraphics2D.fillEllipse(Brush brush,
Rectangle rect)
Fills the ellipse.
|
void |
MetafileRecorderGraphics2D.fillPie(Brush brush,
Rectangle rect,
float startAngle,
float sweepAngle)
Fills the pie.
|
void |
MetafileRecorderGraphics2D.fillRectangle(Brush brush,
Rectangle rectangle)
Fills the rectangle.
|
Constructor and Description |
---|
EmfRecorderGraphics2D(Rectangle frame,
Size deviceSize,
Size deviceSizeMm)
Initializes a new instance of the
EmfRecorderGraphics2D class. |
Modifier and Type | Method and Description |
---|---|
void |
GifImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
GifImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
WmfMetafileImage.getBounds()
Returns metafile's bounds.
Note: this rectangle is not an image size. |
abstract Rectangle |
MetafileImage.getBounds()
Returns the metafile's bounds.
Note: this rectangle is not an image size. |
Rectangle |
EmfMetafileImage.getBounds()
Returns the metafile's bounds.
Note: this rectangle is not an image size. |
Rectangle |
MetafileImage.getCroppingRectangle()
Returns the copping rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileImage.crop(Rectangle rectangle)
Crops the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
OdEnhancedGeometry.getViewBox()
Gets or sets the view box.
|
Modifier and Type | Method and Description |
---|---|
void |
OdEnhancedGeometry.setViewBox(Rectangle value)
Gets or sets the view box.
|
Modifier and Type | Method and Description |
---|---|
TextLayer |
PsdImage.addTextLayer(String text,
Rectangle rect)
Adds a new Text layer.
|
void |
PsdImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
PsdImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Layer.getLayerBounds()
Gets bounds of the layer which can be different from bounds of image container in general case.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.save(com.aspose.ms.System.IO.Stream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Layer.save(String filePath,
ImageOptionsBase options,
Rectangle boundsRectangle)
Saves the object's data to the specified file location in the specified file format according to save options.
|
Constructor and Description |
---|
Layer(Rectangle bounds,
byte[] redBytes,
byte[] greenBytes,
byte[] blueBytes,
String name)
Initializes a new instance of the
Layer class from byte arrays. |
Modifier and Type | Method and Description |
---|---|
void |
PattResource.setPattern(int[] pixels,
Rectangle bounds)
Sets the pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
SvgGraphics2D.drawArc(Pen pen,
Rectangle rect,
float startAngle,
float arcAngle)
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
|
void |
SvgGraphics2D.drawImage(Rectangle srcRect,
Rectangle destRect,
RasterImage image)
Draws the specified portion of the specified image at the specified location and with the specified size.
|
void |
SvgGraphics2D.fillArc(Pen pen,
Brush brush,
Rectangle rect,
float startAngle,
float arcAngle)
Fills an arc representing a portion of an ellipse specified by a Rectangle structure.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
TiffImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
WebPImage.crop(Rectangle rectangle)
Cropping the image.
|
void |
WebPImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfImage.crop(Rectangle rectangle)
Crops the specified rectangle.
|
void |
WmfImage.resizeCanvas(Rectangle newRectangle)
Resizes the canvas.
|
Constructor and Description |
---|
WmfRecorderGraphics2D(Rectangle frame,
int inch)
Initializes a new instance of the
WmfRecorderGraphics2D class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
WmfRegion.getBoundingRectangle()
Gets or sets the bounding rectangle.
|
Rectangle |
WmfRectangle.getRectangle()
Gets or sets the rectangle.
|
Rectangle |
WmfIntersectClipRect.getRectangle()
Gets or sets the rectangle.
|
Rectangle |
WmfExtTextOut.getRectangle()
Gets or sets the rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfRegion.setBoundingRectangle(Rectangle value)
Gets or sets the bounding rectangle.
|
void |
WmfRectangle.setRectangle(Rectangle value)
Gets or sets the rectangle.
|
void |
WmfIntersectClipRect.setRectangle(Rectangle value)
Gets or sets the rectangle.
|
void |
WmfExtTextOut.setRectangle(Rectangle value)
Gets or sets the rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
MultiPageOptions.getExportArea()
Gets or sets the export area.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPageOptions.setExportArea(Rectangle value)
Gets or sets the export area.
|
Constructor and Description |
---|
DjvuMultiPageOptions(int[] pages,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange[] ranges,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange range,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int page,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
MaskingOptions.getMaskingArea()
Gets the masking area.
|
Rectangle[] |
AutoMaskingArgs.getObjectsRectangles()
Gets the objects rectangles that belong to separated objects (optional).
|
Modifier and Type | Method and Description |
---|---|
void |
MaskingOptions.setMaskingArea(Rectangle value)
Sets the masking area.
|
void |
AutoMaskingArgs.setObjectsRectangles(Rectangle[] value)
Sets the objects rectangles that belong to separated objects (optional).
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.