public SquareMatrix LeftTransformMatrix { get; }Public ReadOnly Property LeftTransformMatrix As SquareMatrix
Getpublic:
property SquareMatrix^ LeftTransformMatrix {
SquareMatrix^ get ();
}member LeftTransformMatrix : SquareMatrix with getThe returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.