ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomController Class : RegisterCustomMark Method |
'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 )