ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / Get Method
Vendor ID for which to get the color book.




In This Topic
    Get Method (ImGearColorBooks)
    In This Topic
    Retrieves a color book for the specified vendor ID.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal vendorId As ImGearSpotColorVendorID _
    ) As ImGearColorBook
    'Usage
     
    Dim vendorId As ImGearSpotColorVendorID
    Dim value As ImGearColorBook
     
    value = ImGearColorBooks.Get(vendorId)
    public static ImGearColorBook Get( 
       ImGearSpotColorVendorID vendorId
    )
    public: static ImGearColorBook* Get( 
       ImGearSpotColorVendorID vendorId
    ) 
    public:
    static ImGearColorBook^ Get( 
       ImGearSpotColorVendorID vendorId
    ) 

    Parameters

    vendorId
    Vendor ID for which to get the color book.

    Return Value

    ImGearColorBook class object.
    See Also