Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HslColor Structure / ToArgb Method

In This Topic
    ToArgb Method (HslColor)
    In This Topic
    Returns a 32-bit ARGB value that represents this HSL color.
    Syntax
    'Declaration
     
    Public Function ToArgb() As System.Integer
    public System.int ToArgb()
    See Also