LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

CreateObject Method

Show in webframe





Tag type signature for which the object will be created.
Creates an Icc Tag Type class object.
Syntax
public static IccTagTypeBase CreateObject( 
   int tagTypeSignature
)
'Declaration
 
Public Shared Function CreateObject( _
   ByVal tagTypeSignature As Integer _
) As IccTagTypeBase
'Usage
 
Dim tagTypeSignature As Integer
Dim value As IccTagTypeBase
 
value = IccTagTypeBase.CreateObject(tagTypeSignature)

            

            
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

See Also

Reference

IccTagTypeBase Class
IccTagTypeBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.