LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccMultiLocalizedUnicode Constructor (IccMultiLocalizedUnicode)

Show in webframe





A value that represents the length, in bytes, of each name record in the buffer pointed to by NameRecordsData.
IccNameRecord structure that contains name record data.
Array storage of unicode characters.
Initializes a new IccMultiLocalizedUnicode with explicit parameters.
Syntax
public IccMultiLocalizedUnicode( 
   int nameRecordSize,
   IccNameRecord[] nameRecordsData,
   ushort[] unicodeCharacters
)
'Declaration
 
Public Function New( _
   ByVal nameRecordSize As Integer, _
   ByVal nameRecordsData() As IccNameRecord, _
   ByVal unicodeCharacters() As UShort _
)
'Usage
 
Dim nameRecordSize As Integer
Dim nameRecordsData() As IccNameRecord
Dim unicodeCharacters() As UShort
 
Dim instance As New IccMultiLocalizedUnicode(nameRecordSize, nameRecordsData, unicodeCharacters)

            

            
public:
IccMultiLocalizedUnicode( 
   int nameRecordSize,
   array<IccNameRecord>^ nameRecordsData,
   array<ushort>^ unicodeCharacters
)

Parameters

nameRecordSize
A value that represents the length, in bytes, of each name record in the buffer pointed to by NameRecordsData.
nameRecordsData
IccNameRecord structure that contains name record data.
unicodeCharacters
Array storage of unicode characters.
Requirements

Target Platforms

See Also

Reference

IccMultiLocalizedUnicode Structure
IccMultiLocalizedUnicode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.