LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccMultiLocalizedUnicode Constructor (IccMultiLocalizedUnicode)






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. .NET support
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,
   IccNameRecord[] nameRecordsData,
   ushort[] unicodeCharacters
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccMultiLocalizedUnicode Structure
IccMultiLocalizedUnicode Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.