Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDCompositionVisual::SetTransform methods

Sets the Transform property of this visual. The Transform property specifies a 2D transform used to modify the coordinate system of this visual. The property can specify either a 3-by-2 transform matrix or a transform object.

Overload list

MethodDescription
SetTransform(D2D_MATRIX_3X2_F&)

Sets the Transform property to the specified transform matrix.

SetTransform(IDCompositionTransform*)

Sets the Transform property to the specified transformation object.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionMatrixTransform
IDCompositionRotateTransform
IDCompositionScaleTransform
IDCompositionSkewTransform
IDCompositionTransform
IDCompositionTranslateTransform
IDCompositionVisual
IDCompositionVisual::SetOffsetX
IDCompositionVisual::SetOffsetY

 

 

Show:
© 2017 Microsoft