C# Class Longkong.ColorPicker.Controls.ColorSwatch

Mostra file Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method 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 method

public ColorSwatch ( Color color, string description ) : System
color Color
description string
return System

ColorSwatch() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string