Matrix.M12 Propriedade
Definição
public:
property double M12 { double get(); void set(double value); };
public double M12 { get; set; }
member this.M12 : double with get, set
Public Property M12 As Double
Valor da propriedade
O valor da primeira linha e da segunda coluna desse Matrix.The value of the first row and second column of this Matrix. O valor padrão é 0.The default value is 0.
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Matrix .This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. Para obter mais informações, consulte matriz na referência da API UWP.For more information, see Matrix in the UWP API reference.