Matrix3D.M32 Property

Definition

Gets or sets the value of the third row and second column of this Matrix3D structure.

public:
 property double M32 { double get(); void set(double value); };
public double M32 { get; set; }
member this.M32 : double with get, set
Public Property M32 As Double

Property Value

The value of the third row and second column of this Matrix3D structure.

Applies to