Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 658 Bytes

compositiongeometricclip.md

File metadata and controls

25 lines (15 loc) · 658 Bytes
-api-id -api-type
T:Microsoft.UI.Composition.CompositionGeometricClip
winrt class

Microsoft.UI.Composition.CompositionGeometricClip

-description

Represents a shape that clips a portion of a visual. The visible portion of the visual is a shape defined by a CompositionGeometry. The portion of the visual outside the geometry is clipped.

-remarks

To clip a Visual, you assign the RectangleClip to the Clip property of the Visual.

-see-also

Visual.Clip

-examples