CompositionTarget::TransformToDevice Property

 

Gets a matrix that can be used to transform coordinates from this target to the rendering destination device.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Matrix TransformToDevice {
	virtual Matrix get() abstract;
}

Property Value

Type: System.Windows.Media::Matrix

The transformation matrix.

.NET Framework
Available since 3.0
Return to top
Show: