Device
class Device extends Userdata<"fz_device"> { }
beginGroup(
area: Rect,
colorspace: ColorSpace,
isolated: boolean,
knockout: boolean,
blendmode: BlendMode,
alpha: number,
): void;beginLayer(name: string): void;
close(): void;
endGroup(): void;
endLayer(): void;
endMask(): void;
endTile(): void;
fillPath(
path: Path,
evenOdd: boolean,
ctm: Matrix,
colorspace: ColorSpace,
color: Color,
alpha: number,
): void;popClip(): void;
strokePath(
path: Path,
stroke: StrokeState,
ctm: Matrix,
colorspace: ColorSpace,
color: Color,
alpha: number,
): void;strokeText(
text: Text,
stroke: StrokeState,
ctm: Matrix,
colorspace: ColorSpace,
color: Color,
alpha: number,
): void;static readonly BLEND_MODES: BlendMode[];
§Methods
§
beginGroup(area: Rect, colorspace: ColorSpace, isolated: boolean, knockout: boolean, blendmode: BlendMode, alpha: number): void
[src]§
fillPath(path: Path, evenOdd: boolean, ctm: Matrix, colorspace: ColorSpace, color: Color, alpha: number): void
[src]§
strokePath(path: Path, stroke: StrokeState, ctm: Matrix, colorspace: ColorSpace, color: Color, alpha: number): void
[src]§
strokeText(text: Text, stroke: StrokeState, ctm: Matrix, colorspace: ColorSpace, color: Color, alpha: number): void
[src]