pushClipPath method

void pushClipPath (Path path)

Pushes a path clip operation onto the operation stack.

Rasterization outside the given path is discarded.

See pop for details about the operation stack.

Implementation

void pushClipPath(Path path) native 'SceneBuilder_pushClipPath';