C# Class Longkong.ColorPicker.Controls.ColorSwatch

Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes publiques

Méthode Description
ColorSwatch ( Color color, string description ) : System
ColorSwatch ( Color color, string description, Point location, Size size ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

ColorSwatch() public méthode

public ColorSwatch ( Color color, string description ) : System
color Color
description string
Résultat System

ColorSwatch() public méthode

public ColorSwatch ( Color color, string description, Point location, Size size ) : System
color Color
description string
location Point
size System.Drawing.Size
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string