ColorMatrix.Matrix03 Propriedade

Definição

Obtém ou define o elemento na linha 0 (zero) e na terceira coluna deste ColorMatrix.Gets or sets the element at the 0 (zero) row and third column of this ColorMatrix. Representa o componente alfa.Represents the alpha component.

public:
 property float Matrix03 { float get(); void set(float value); };
public float Matrix03 { get; set; }
member this.Matrix03 : single with get, set
Public Property Matrix03 As Single

Valor da propriedade

Single

O elemento na linha 0 e a terceira coluna disso ColorMatrix .The element at the 0 row and third column of this ColorMatrix.

Aplica-se a