@flashport/flashportui
Version:
This is a set basic UI components for FlashPort
11 lines (10 loc) • 308 B
TypeScript
import { Bitmap } from "@flashport/flashport";
import { DisplayObject } from "@flashport/flashport";
/**
* ...
* @author Kenny Lerma
*/
export declare class ImageUtil {
static cropImage: (rect: DisplayObject, image: Bitmap) => Bitmap;
static redrawScaledImage: (image: DisplayObject) => Bitmap;
}