Share via


Compositor.CreateInsetClip Method

Definition

Overloads

CreateInsetClip()

Creates an instance of InsetClip.

[Windows.Foundation.Metadata.Overload("CreateInsetClip")]
public InsetClip CreateInsetClip();

Returns

Returns the created InsetClip object.

Attributes

See also

Applies to

CreateInsetClip(Single, Single, Single, Single)

Creates an instance of InsetClip.

[Windows.Foundation.Metadata.Overload("CreateInsetClipWithInsets")]
public InsetClip CreateInsetClip(float leftInset, float topInset, float rightInset, float bottomInset);

Parameters

leftInset
Single

Inset from the left of the visual.

topInset
Single

Inset from the top of the visual.

rightInset
Single

Inset from the right of the visual.

bottomInset
Single

Inset from the bottom of the visual.

Returns

Returns the created InsetClip object.

Attributes

See also

Applies to