IDCompositionRectangleClip

An IDCompositionRectangleClip interface represents a rectangle that restricts the rasterization of a visual subtree.

Members

Functions

SetBottom
HRESULT SetBottom(float bottom)

Changes the value of the Bottom property.

SetBottom
HRESULT SetBottom(IDCompositionAnimation animation)

Animates the value of the Bottom property.

SetBottomLeftRadiusX
HRESULT SetBottomLeftRadiusX(float radius)

Changes the value of the x radius of the ellipse that rounds the bottom-left corner of the clip.

SetBottomLeftRadiusX
HRESULT SetBottomLeftRadiusX(IDCompositionAnimation animation)

Animates the value of the x radius of the ellipse that rounds the bottom-left corner of the clip.

SetBottomLeftRadiusY
HRESULT SetBottomLeftRadiusY(float radius)

Changes the value of the y radius of the ellipse that rounds the bottom-left corner of the clip.

SetBottomLeftRadiusY
HRESULT SetBottomLeftRadiusY(IDCompositionAnimation animation)

Animates the value of the y radius of the ellipse that rounds the bottom-left corner of the clip.

SetBottomRightRadiusX
HRESULT SetBottomRightRadiusX(float radius)

Changes the value of the x radius of the ellipse that rounds the bottom-right corner of the clip.

SetBottomRightRadiusX
HRESULT SetBottomRightRadiusX(IDCompositionAnimation animation)

Animates the value of the x radius of the ellipse that rounds the bottom-right corner of the clip.

SetBottomRightRadiusY
HRESULT SetBottomRightRadiusY(float radius)

Changes the value of the y radius of the ellipse that rounds the bottom-right corner of the clip.

SetBottomRightRadiusY
HRESULT SetBottomRightRadiusY(IDCompositionAnimation animation)

Animates the value of the y radius of the ellipse that rounds the bottom-right corner of the clip.

SetLeft
HRESULT SetLeft(float left)

Changes the value of the Left property.

SetLeft
HRESULT SetLeft(IDCompositionAnimation animation)

Animates the value of the Left property.

SetRight
HRESULT SetRight(float right)

Changes the value of the Right property.

SetRight
HRESULT SetRight(IDCompositionAnimation animation)

Animates the value of the Right property.

SetTop
HRESULT SetTop(float top)

Changes the value of the Top property.

SetTop
HRESULT SetTop(IDCompositionAnimation animation)

Animates the value of the Top property.

SetTopLeftRadiusX
HRESULT SetTopLeftRadiusX(float radius)

Changes the value of the x radius of the ellipse that rounds the top-left corner of the clip.

SetTopLeftRadiusX
HRESULT SetTopLeftRadiusX(IDCompositionAnimation animation)

Animates the value of the x radius of the ellipse that rounds the top-left corner of the clip.

SetTopLeftRadiusY
HRESULT SetTopLeftRadiusY(float radius)

Changes the value of the y radius of the ellipse that rounds the top-left corner of the clip.

SetTopLeftRadiusY
HRESULT SetTopLeftRadiusY(IDCompositionAnimation animation)

Animates the value of the y radius of the ellipse that rounds the top-left corner of the clip.

SetTopRightRadiusX
HRESULT SetTopRightRadiusX(float radius)

Changes the value of the x radius of the ellipse that rounds the top-right corner of the clip.

SetTopRightRadiusX
HRESULT SetTopRightRadiusX(IDCompositionAnimation animation)

Animates the value of the x radius of the ellipse that rounds the top-right corner of the clip.

SetTopRightRadiusY
HRESULT SetTopRightRadiusY(float radius)

Changes the value of the y radius of the ellipse that rounds the top-right corner of the clip.

SettopRightRadiusY
HRESULT SettopRightRadiusY(IDCompositionAnimation animation)

Animates the value of the y radius of the ellipse that rounds the top-right corner of the clip.

Meta