public abstract class MetaImage extends Image
Base class for Meta object classes
Constructor and Description |
---|
MetaImage() |
Modifier and Type | Method and Description |
---|---|
void |
crop(int leftShift,
int rightShift,
int topShift,
int bottomShift)
Crop image with shifts.
|
void |
crop(Rectangle rectangle)
Crops the specified rectangle.
|
MetaObjectList |
getRecords()
Gets the records.
|
void |
setRecords(MetaObjectList value)
Sets the records.
|
canLoad, canLoad, canLoad, canLoad, canSave, create, getBackgroundColor, getBitsPerPixel, getBounds, getContainer, getDefaultOptions, getFileFormat, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getHeight, getInterruptMonitor, getOriginalOptions, getPalette, getProportionalHeight, getProportionalWidth, getSize, getWidth, hasBackgroundColor, isAutoAdjustPalette, load, load, load, load, load, load, resize, resize, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, rotateFlip, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setInterruptMonitor, setPalette, setPalette
cacheData, getDataStreamContainer, isCached, save, save, save, save
close, dispose, getDisposed
public MetaObjectList getRecords()
Gets the records.
public void setRecords(MetaObjectList value)
Sets the records.
value
- The records.public void crop(int leftShift, int rightShift, int topShift, int bottomShift)
Crop image with shifts.
leftShift
- The left shift.rightShift
- The right shift.topShift
- The top shift.bottomShift
- The bottom shift.public void crop(Rectangle rectangle)
Crops the specified rectangle.
rectangle
- The rectangle.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.