ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : Create Method |
'Declaration Public Shared Function Create( _ ByVal vendorId As ImGearSpotColorVendorID, _ ByVal title As String, _ ByVal colorType As ImGearColorSpaceIDs _ ) As ImGearColorBook
'Usage Dim vendorId As ImGearSpotColorVendorID Dim title As String Dim colorType As ImGearColorSpaceIDs Dim value As ImGearColorBook value = ImGearColorBook.Create(vendorId, title, colorType)
public static ImGearColorBook Create( ImGearSpotColorVendorID vendorId, string title, ImGearColorSpaceIDs colorType )
public: static ImGearColorBook* Create( ImGearSpotColorVendorID vendorId, string* title, ImGearColorSpaceIDs colorType )
public: static ImGearColorBook^ Create( ImGearSpotColorVendorID vendorId, String^ title, ImGearColorSpaceIDs colorType )