ColorMatrix.Matrix30 Property

Definition

Gets or sets the element at the third row and 0 (zero) column of this ColorMatrix.

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

Property Value

The element at the third row and 0 column of this ColorMatrix.

Applies to