IDCompositionVisual3

An IDCompositionVisual3 interface represents a visual that participates in a visual tree.

Members

Functions

SetDepthMode
HRESULT SetDepthMode(DCOMPOSITION_DEPTH_MODE mode)

Sets depth mode property associated with this visual

SetOffsetZ
HRESULT SetOffsetZ(float offsetZ)

Changes the value of OffsetZ property.

SetOffsetZ
HRESULT SetOffsetZ(IDCompositionAnimation animation)

Animates the value of the OffsetZ property.

SetOpacity
HRESULT SetOpacity(float opacity)

Changes the value of the Opacity property.

SetOpacity
HRESULT SetOpacity(IDCompositionAnimation animation)

Animates the value of the Opacity property.

SetTransform
HRESULT SetTransform(const(D2D_MATRIX_4X4_F)* matrix)

Sets the matrix that modifies the coordinate system of this visual.

SetTransform
HRESULT SetTransform(IDCompositionTransform3D transform)

Sets the transformation object that modifies the coordinate system of this visual.

SetVisible
HRESULT SetVisible(BOOL visible)

Changes the value of the Visible property

Inherited Members

From IDCompositionVisualDebug

EnableHeatMap
HRESULT EnableHeatMap(const(D2D1_COLOR_F)* color)

Enable heat map

DisableHeatMap
HRESULT DisableHeatMap()

Disable heat map

EnableRedrawRegions
HRESULT EnableRedrawRegions()

Enable redraw regions

DisableRedrawRegions
HRESULT DisableRedrawRegions()

Disable redraw regions

Meta