| Package | de.popforge.imageprocessing.errors |
| Class | public final class UnequalDimensionsError |
| Inheritance | UnequalDimensionsError flash.events.ErrorEvent |
See also
| Method | Defined by | ||
|---|---|---|---|
|
UnequalDimensionsError(bitmapWidth:int, bitmapHeight:int, imageWidth:int, imageHeight:int)
Creates an UnequalDimensionsError object that contains specific information about the error.
| UnequalDimensionsError | ||
| UnequalDimensionsError | () | constructor |
public function UnequalDimensionsError(bitmapWidth:int, bitmapHeight:int, imageWidth:int, imageHeight:int)Creates an UnequalDimensionsError object that contains specific information about the error.
ParametersbitmapWidth:int — The width of the BitmapData object in pixels.
|
|
bitmapHeight:int — The height of the BitmapData object in pixels.
|
|
imageWidth:int — The width of the Image object in pixels.
|
|
imageHeight:int — The height of the Image object in pixels.
|