ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkController Class / RegisterCustomController Method
String representing the type of the custom mark.
MarkAnnotatorController object.




In This Topic
    RegisterCustomController Method (ImGearAnnotatorMarkController)
    In This Topic
    Registers a controller for a custom mark type.
    Syntax
    'Declaration
     
    Public Shared Sub RegisterCustomController( _
       ByVal customTypeName As String, _
       ByVal controller As ImGearAnnotatorMarkController _
    ) 
    'Usage
     
    Dim customTypeName As String
    Dim controller As ImGearAnnotatorMarkController
     
    ImGearAnnotatorMarkController.RegisterCustomController(customTypeName, controller)
    public static void RegisterCustomController( 
       string customTypeName,
       ImGearAnnotatorMarkController controller
    )
    public: static void RegisterCustomController( 
       string* customTypeName,
       ImGearAnnotatorMarkController* controller
    ) 
    public:
    static void RegisterCustomController( 
       String^ customTypeName,
       ImGearAnnotatorMarkController^ controller
    ) 

    Parameters

    customTypeName
    String representing the type of the custom mark.
    controller
    MarkAnnotatorController object.
    See Also