Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
CreateObject Method
See Also 
Leadtools.ColorConversion Namespace > IccTagTypeBase Class : CreateObject Method




tagTypeSignature
Tag type signature for which the object will be created.
Creates an Icc Tag Type class object.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateObject( _
   ByVal tagTypeSignature As Integer _
) As IccTagTypeBase
Visual Basic (Usage)Copy Code
Dim tagTypeSignature As Integer
Dim value As IccTagTypeBase
 
value = IccTagTypeBase.CreateObject(tagTypeSignature)
C# 
public static IccTagTypeBase CreateObject( 
   int tagTypeSignature
)
Managed Extensions for C++ 
public: static IccTagTypeBase* CreateObject( 
   int tagTypeSignature
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also