DrawingContextPushGeometryClip Method

Pushes a clip geometry.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public DrawingContextPushedState PushGeometryClip(
	Geometry clip
)

Parameters

clip  Geometry
The clip geometry.

Return Value

DrawingContextPushedState
A disposable used to undo the clip geometry.

See Also