ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ColorF Structure / ToArgb Method

In This Topic
    ToArgb Method
    In This Topic
    Converts the color into a packed integer.
    Syntax
    'Declaration
     
    Public Function ToArgb() As System.Integer
    public System.int ToArgb()

    Return Value

    A packed integer containing all four color components.
    See Also