ImageGear .NET - Updated October 26, 2017
ImGearSpotChannelInfo Constructor




ImageGear23.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)

Parameters

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

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members