←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 Leadtools.Colorconversion.IccTagTypeBase 
public: 
static Leadtools.Colorconversion.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly