XColorFromArgb Method Terminal Works - PDF Printing.Net Library
Overload List

  NameDescription
Public methodStatic memberFromArgb(Color)
Creates an XColor structure from the specified System.Drawing.Color.
Public methodStatic memberFromArgb(Int32)
Creates an XColor structure from a 32-bit ARGB value.
Public methodStatic memberFromArgb(UInt32)
Creates an XColor structure from a 32-bit ARGB value.
Public methodStatic memberFromArgb(Int32, XColor)
Creates an XColor structure from the specified alpha value and color.
Public methodStatic memberFromArgb(Int32, Color)
Creates an XColor structure from the specified alpha value and color.
Public methodStatic memberFromArgb(Int32, Int32, Int32)
Creates an XColor structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque).
Public methodStatic memberFromArgb(Int32, Int32, Int32, Int32)
Creates an XColor structure from the four ARGB component (alpha, red, green, and blue) values.
Top
See Also

Reference