IDrawingContextImpl.

PushGeometryClip(IGeometryImpl) Method

Summary

Pushes a clip geometry.
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void PushGeometryClip(IGeometryImpl clip)

Parameters

Name Type Description
clip IGeometryImpl The clip geometry.

Return Value

Type Description
void