Home
last modified time | relevance | path

Searched refs:CanvasFillRule (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dcanvas.d.ts46 declare type CanvasFillRule = "evenodd" | "nonzero"; alias
1974 clip(fillRule?: CanvasFillRule): void;
2003 clip(path: Path2D, fillRule?: CanvasFillRule): void;
2029 fill(fillRule?: CanvasFillRule): void;
2058 fill(path: Path2D, fillRule?: CanvasFillRule): void;