C# Class iTextSharp.text.pdf.CMYKColor

Inheritance: ExtendedColor
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

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

public CMYKColor ( float floatCyan, float floatMagenta, float floatYellow, float floatBlack ) : System
floatCyan float
floatMagenta float
floatYellow float
floatBlack float
return System

CMYKColor() public method

public CMYKColor ( int intCyan, int intMagenta, int intYellow, int intBlack ) : System
intCyan int
intMagenta int
intYellow int
intBlack int
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int