C# Class ConfigTool.ColorPicker.ColorPair

Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Свойство Type Description
background System.Drawing.Color
foreground System.Drawing.Color

Méthodes publiques

Méthode Description
ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic

Method Details

ColorPair() public méthode

public ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic
_foreground System.Drawing.Color
_background System.Drawing.Color
Résultat System.Collections.Generic

Property Details

background public_oe property

public Color,System.Drawing background
Résultat System.Drawing.Color

foreground public_oe property

public Color,System.Drawing foreground
Résultat System.Drawing.Color