C# Class iTextSharp.text.pdf.CMYKColor

Inheritance: ExtendedColor
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
CMYKColor ( float floatCyan, float floatMagenta, float floatYellow, float floatBlack ) : System
CMYKColor ( int intCyan, int intMagenta, int intYellow, int intBlack ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int

Method Details

CMYKColor() public méthode

public CMYKColor ( float floatCyan, float floatMagenta, float floatYellow, float floatBlack ) : System
floatCyan float
floatMagenta float
floatYellow float
floatBlack float
Résultat System

CMYKColor() public méthode

public CMYKColor ( int intCyan, int intMagenta, int intYellow, int intBlack ) : System
intCyan int
intMagenta int
intYellow int
intBlack int
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