Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetRandomColor Method
A System.Random class instance,

In This Topic
    GetRandomColor Method
    In This Topic
    Computes a random color.
    Syntax
    'Declaration
     
    Public Shared Function GetRandomColor( _
       ByVal rand As Random _
    ) As Color
    public static Color GetRandomColor( 
       Random rand
    )

    Parameters

    rand
    A System.Random class instance,

    Return Value

    The random color.
    See Also