@flashport/flashport
Version:
FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library
14 lines (13 loc) • 381 B
TypeScript
export declare class GraphicsPathCommand extends Object {
static NO_OP: number;
static MOVE_TO: number;
static LINE_TO: number;
static CURVE_TO: number;
static WIDE_MOVE_TO: number;
static WIDE_LINE_TO: number;
static CUBIC_CURVE_TO: number;
static ARC: number;
static CLOSE_PATH: number;
static DRAW_TRIANGLES: number;
constructor();
}