ContentSite.LocalToClientTransformMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transform matrix from the root **Visual** to the client area of the hosting HWND.
public:
property float4x4 LocalToClientTransformMatrix { float4x4 get(); };
float4x4 LocalToClientTransformMatrix();
public Matrix4x4 LocalToClientTransformMatrix { get; }
var matrix4x4 = contentSite.localToClientTransformMatrix;
Public ReadOnly Property LocalToClientTransformMatrix As Matrix4x4
Property Value
The transform matrix from the root **Visual** to the client area of the hosting HWND.