Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also