Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 936 Bytes

compositor_createrectangleclip_358325676.md

File metadata and controls

42 lines (23 loc) · 936 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.Compositor.CreateRectangleClip(System.Single,System.Single,System.Single,System.Single)
winrt method

Microsoft.UI.Composition.Compositor.CreateRectangleClip(System.Single,System.Single,System.Single,System.Single)

-description

Creates an instance of RectangleClip with the specified edge values.

-parameters

The offset of the left edge from the left of the visual, in pixels.

-param top

The offset of the top edge from the top of the visual, in pixels.

-param right

The offset of the right edge from the right of the visual, in pixels.

-param bottom

The offset of the left bottom from the bottom of the visual, in pixels.

-returns

The created instance of RectangleClip.

-remarks

-see-also

-examples