ImageGear .NET - Updated
ImGearSpotChannelInfo Constructor




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearSpotChannelInfo Class : ImGearSpotChannelInfo Constructor
Vendor ID of the spot color.
Spot color ID in Vendor's color book.
Initializes a new instance of the ImGearSpotChannelInfo class by using spot color vendor ID and color ID.
Syntax
'Declaration
 
Public Function New( _
   ByVal vendorId As ImGearSpotColorVendorID, _
   ByVal colorId As Long _
)
'Usage
 
Dim vendorId As ImGearSpotColorVendorID
Dim colorId As Long
 
Dim instance As New ImGearSpotChannelInfo(vendorId, colorId)
public ImGearSpotChannelInfo( 
   ImGearSpotColorVendorID vendorId,
   long colorId
)
public: ImGearSpotChannelInfo( 
   ImGearSpotColorVendorID vendorId,
   long colorId
)
public:
ImGearSpotChannelInfo( 
   ImGearSpotColorVendorID vendorId,
   int64 colorId
)

Parameters

vendorId
Vendor ID of the spot color.
colorId
Spot color ID in Vendor's color book.
See Also

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members