←Select platform

CreateObject Method

Summary

Creates an Icc Tag Type class object.

Syntax
C#
VB
C++
public static IccTagTypeBase CreateObject( 
   int tagTypeSignature 
) 
  
Public Shared Function CreateObject( _ 
   ByVal tagTypeSignature As Integer _ 
) As IccTagTypeBase 
public: 
static IccTagTypeBase^ CreateObject(  
   int tagTypeSignature 
)  

Parameters

tagTypeSignature
Tag type signature for which the object will be created.

Return Value

A new object of the class. This value must be casted into the intended class type.

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