Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources.images |
The com.groupdocs.editor.htmlcss.resources.images namespace provides classes that represent image resources of all types in general.
|
com.groupdocs.editor.htmlcss.resources.images.raster |
The com.groupdocs.editor.htmlcss.resources.images.raster namespace provides classes that represent only raster image resources.
|
com.groupdocs.editor.htmlcss.resources.images.vector |
The com.groupdocs.editor.htmlcss.resources.images.vector namespace provides classes that represent only vector image resources.
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
Dimensions.Clone() |
Dimensions |
Dimensions.deepClone()
Returns a full copy of this instance
|
static Dimensions |
Dimensions.fromSize(Dimension size)
Generates and returns a new instance from specified System.Drawing.Size
instance
|
static Dimensions |
Dimensions.fromSizeInternal(com.aspose.ms.System.Drawing.Size size) |
static Dimensions |
Dimensions.getEmpty()
Returns an empty Dimensions instance
|
Dimensions |
IImageResource.getLinearDimensions()
In implementing type should return linear dimensions of the image.
|
Dimensions |
Dimensions.proportionallyResizeForNewHeight(int targetHeight)
Creates and returns new "Dimensions" instance, which is proportionally
resized from current, based on specified height
|
Dimensions |
Dimensions.proportionallyResizeForNewWidth(int targetWidth)
Creates and returns new "Dimensions" instance, which is proportionally
resized from current, based on specified width
|
Modifier and Type | Method and Description |
---|---|
void |
Dimensions.CloneTo(Dimensions that) |
boolean |
Dimensions.equals(Dimensions other)
Determines whether this instance is equal with specified "Dimensions"
instance
|
static boolean |
Dimensions.equals(Dimensions obj1,
Dimensions obj2) |
static boolean |
Dimensions.op_Equality(Dimensions first,
Dimensions second)
Checks whether two "Dimensions" values are equal, i.e.
|
static boolean |
Dimensions.op_Inequality(Dimensions first,
Dimensions second)
Checks whether two "Dimensions" values are not equal, i.e.
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
RasterImageResourceBase.getLinearDimensions()
Returns linear dimensions of this raster image (width and height)
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
VectorImageResourceBase.getLinearDimensions()
Returns linear dimensions of this vector image (width and height)
|
Copyright © 2020. All rights reserved.