ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomDrawingController Class / RegisterCustomController Method
Name of custom mark type.
Controller object.




In This Topic
    RegisterCustomController Method (ImGearARTCustomDrawingController)
    In This Topic
    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