public abstract class VectorImage extends Image implements IObjectWithSizeF
The vector image is the base class for all type of vector images.
Image
,
IObjectWithSizeF
Image.AfterCreate, Image.AfterLoad, Image.ImageOperation
Constructor and Description |
---|
VectorImage() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the image height.
|
abstract float |
getHeightF()
Gets the object height, in inches.
|
SizeF |
getSizeF()
Gets the object size, in inches.
|
int |
getWidth()
Gets the image width.
|
abstract float |
getWidthF()
Gets the object width, in inches.
|
canLoad, canLoad, canLoad, canLoad, canSave, create, getAutoAdjustPalette, getBackgroundColor, getBitsPerPixel, getBounds, getBufferSizeHint, getContainer, getDefaultOptions, getFileFormat, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSize, hasBackgroundColor, load, load, load, load, resize, resize, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, rotateFlip, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalette, setPalette
cacheData, getDataStreamContainer, isCached, save, save, save, setDataStreamContainer
dispose, getDisposed
public final SizeF getSizeF()
Gets the object size, in inches.
Value: The object size, in inches.getSizeF
in interface IObjectWithSizeF
public abstract float getWidthF()
Gets the object width, in inches.
Value: The object width, in inches.getWidthF
in interface IObjectWithSizeF
public abstract float getHeightF()
Gets the object height, in inches.
Value: The object height, in inches.getHeightF
in interface IObjectWithSizeF
public int getWidth()
Gets the image width.
Value: The image width.getWidth
in interface IObjectWithBounds
getWidth
in class Image
public int getHeight()
Gets the image height.
Value: The image height.getHeight
in interface IObjectWithBounds
getHeight
in class Image
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.