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


ContentSite.LocalToParentTransformMatrix Property

Definition

Gets the transform matrix from the root **Visual** to the root **Visual** of the parent **ContentSite**, if one exists.

public:
 property float4x4 LocalToParentTransformMatrix { float4x4 get(); void set(float4x4 value); };
float4x4 LocalToParentTransformMatrix();

void LocalToParentTransformMatrix(float4x4 value);
public Matrix4x4 LocalToParentTransformMatrix { get; set; }
var matrix4x4 = contentSite.localToParentTransformMatrix;
contentSite.localToParentTransformMatrix = matrix4x4;
Public Property LocalToParentTransformMatrix As Matrix4x4

Property Value

Matrix4x4 Matrix4x4

float4x4

The transform matrix from the root **Visual** to the root **Visual** of the parent **ContentSite**, if one exists.

Applies to