←Select platform

IccMultiLocalizedUnicode Constructor

Summary

Initializes a new IccMultiLocalizedUnicode with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal nameRecordSize As Integer, _ 
   ByVal nameRecordsData() As IccNameRecord, _ 
   ByVal unicodeCharacters() As UShort _ 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly