| Package | de.popforge.imageprocessing.utils |
| Class | public final class DimensionTest |
| Method | Defined by | ||
|---|---|---|---|
|
[static]
Checks if the width and height of the BitmapData and Image object are equal.
| DimensionTest | ||
| isEqual | () | method |
public static function isEqual(bitmap:BitmapData, image:Image):voidChecks if the width and height of the BitmapData and Image object are equal.
Parametersbitmap:BitmapData — A BitmapData object.
|
|
image:Image — A image object.
|
UnequalDimensionsError — Width or height of both objects are not equal.
|