ImageGear .NET - Updated
RegisterCustomController Method (ImGearARTCustomDrawingController)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomDrawingController Class : RegisterCustomController Method
Name of custom mark type.
Controller object.
Registers a drawing controller for a custom mark type.
Syntax
'Declaration
 
Public Shared Sub RegisterCustomController( _
   ByVal userType As String, _
   ByVal controller As ImGearARTCustomDrawingController _
) 
'Usage
 
Dim userType As String
Dim controller As ImGearARTCustomDrawingController
 
ImGearARTCustomDrawingController.RegisterCustomController(userType, controller)
public static void RegisterCustomController( 
   string userType,
   ImGearARTCustomDrawingController controller
)
public: static void RegisterCustomController( 
   string* userType,
   ImGearARTCustomDrawingController* controller
) 
public:
static void RegisterCustomController( 
   String^ userType,
   ImGearARTCustomDrawingController^ controller
) 

Parameters

userType
Name of custom mark type.
controller
Controller object.
Remarks
userType is an unique name that identifies the type of custom mark. It is stored in ART page and should be the same for all applications that supports a given type of custom mark.
See Also

Reference

ImGearARTCustomDrawingController Class
ImGearARTCustomDrawingController Members