Click or drag to resize

PdfRGBColor Methods

The PdfRGBColor type exposes the following members.

Methods
Name Description
Public method Equals(Object)
Determines whether the specified is equal to the current .
(Overrides ValueType Equals(Object) .)
Public method Equals(PdfRGBColor)
Determines if the specified color is equal to this one.
Public method GetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToArgb
Creates the Alpha ,Red ,Green, and Blue value of this PDFColor structure.
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
See Also