Freigeben über


ColorMatrix.Matrix40-Eigenschaft

Ruft das Element in Zeile 4 und Spalte 0 (null) dieser ColorMatrix ab oder legt dieses fest.

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in system.drawing.dll)

Syntax

'Declaration
Public Property Matrix40 As Single
'Usage
Dim instance As ColorMatrix
Dim value As Single

value = instance.Matrix40

instance.Matrix40 = value
public float Matrix40 { get; set; }
public:
property float Matrix40 {
    float get ();
    void set (float value);
}
/** @property */
public float get_Matrix40 ()

/** @property */
public void set_Matrix40 (float value)
public function get Matrix40 () : float

public function set Matrix40 (value : float)

Eigenschaftenwert

Das Element in Zeile 4 und Spalte 0 dieses ColorMatrix-Objekts.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ColorMatrix-Klasse
ColorMatrix-Member
System.Drawing.Imaging-Namespace