IDCompositionRectangleClip::SetTopRightRadiusY(float) method (dcomp.h)

Changes or animates the value of the TopRightRadiusY property of this clip. The TopRightRadiusY property specifies the y radius of the ellipse that rounds the top-right corner of the clip.

Overload list

Method Description
SetTopRightRadiusY(float) Changes the value of the TopRightRadiusY property of this clip.
SetTopRightRadiusY(IDCompositionAnimation*) Animates the value of the TopRightRadiusY property of this clip.

Syntax

HRESULT SetTopRightRadiusY(
  float radius
);

Parameters

radius

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcomp.h
Library Dcomp.lib
DLL Dcomp.dll

See also

IDCompositionRectangleClip