Freigeben über


Color.FromSysIcv-Methode

Diese Methode unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

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

Syntax

'Declaration
Public Shared Function FromSysIcv ( _
    icv As Integer _
) As Color
'Usage
Dim icv As Integer
Dim value As Color

value = Color.FromSysIcv(icv)
public static Color FromSysIcv (
    int icv
)
public:
static Color FromSysIcv (
    int icv
)
public static Color FromSysIcv (
    int icv
)
public static function FromSysIcv (
    icv : int
) : Color

Parameter

  • icv

Plattformen

Windows CE, Windows Mobile für Pocket PC, Windows Mobile für Smartphone

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

Versionsinformationen

.NET Compact Framework

Unterstützt in: 1.0

Siehe auch

Referenz

Color-Struktur
Color-Member
System.Drawing-Namespace