LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CreateObject Method
See Also 
Leadtools.ColorConversion Namespace > IccTagTypeBase Class : CreateObject Method



tagTypeSignature
Tag type signature for which the object will be created.
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also