Partager via


TransformGroup.Value Propriété

Définition

Obtient la structure matrix qui décrit la transformation représentée par ce TransformGroup.

public:
 property Matrix Value { Matrix get(); };
Matrix Value();
public Matrix Value { get; }
var matrix = transformGroup.value;
Public ReadOnly Property Value As Matrix

Valeur de propriété

Composite des objets Transform dans ce TransformGroup.

S’applique à