ColorMatrix.Matrix10 Propriedade
Definição
Obtém ou define o elemento na primeira linha e na coluna 0 (zero) deste ColorMatrix.Gets or sets the element at the first row and 0 (zero) column of this ColorMatrix.
public:
property float Matrix10 { float get(); void set(float value); };
public float Matrix10 { get; set; }
member this.Matrix10 : single with get, set
Public Property Matrix10 As Single
Valor da propriedade
O elemento na primeira linha e 0 coluna deste ColorMatrix .The element at the first row and 0 column of this ColorMatrix.