ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Get Method
ID of the requested color.




In This Topic
    Get Method (ImGearColorBook)
    In This Topic
    Returns a color with the specified ID from the color book.
    Syntax
    'Declaration
     
    Public Function Get( _
       ByVal id As Long _
    ) As ImGearColorBookColor
    'Usage
     
    Dim instance As ImGearColorBook
    Dim id As Long
    Dim value As ImGearColorBookColor
     
    value = instance.Get(id)
    public ImGearColorBookColor Get( 
       long id
    )
    public: ImGearColorBookColor* Get( 
       long id
    ) 
    public:
    ImGearColorBookColor^ Get( 
       int64 id
    ) 

    Parameters

    id
    ID of the requested color.

    Return Value

    ImGearColorBookColor class object.
    See Also