ImageGear .NET - Updated
RegisterCustomMark Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomController Class : RegisterCustomMark Method
Name of custom mark type.
Type of custom mark.
Registers a custom mark class defined by user.
Syntax
'Declaration
 
Public Shared Sub RegisterCustomMark( _
   ByVal userType As String, _
   ByVal customMarkType As Type _
) 
'Usage
 
Dim userType As String
Dim customMarkType As Type
 
ImGearARTCustomController.RegisterCustomMark(userType, customMarkType)
public static void RegisterCustomMark( 
   string userType,
   Type customMarkType
)
public: static void RegisterCustomMark( 
   string* userType,
   Type* customMarkType
) 
public:
static void RegisterCustomMark( 
   String^ userType,
   Type^ customMarkType
) 

Parameters

userType
Name of custom mark type.
customMarkType
Type of custom mark.
See Also

Reference

ImGearARTCustomController Class
ImGearARTCustomController Members