ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomController Class / RegisterCustomMark Method
Name of custom mark type.
Type of custom mark.




In This Topic
    RegisterCustomMark Method
    In This Topic
    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