Поделиться через


ContentSite.LocalToClientTransformMatrix Property

Definition

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

Matrix4x4 Matrix4x4

float4x4

The transform matrix from the root **Visual** to the client area of the hosting HWND.

Applies to