'Declaration
Public Shared Sub RegisterCustomController( _
ByVal As String, _
ByVal As ImGearARTCustomDrawingController _
)
'Usage
Dim userType As String
Dim controller As ImGearARTCustomDrawingController
ImGearARTCustomDrawingController.RegisterCustomController(userType, controller)
public static void RegisterCustomController(
string ,
ImGearARTCustomDrawingController
)
public: static void RegisterCustomController(
string* ,
ImGearARTCustomDrawingController*
)
public:
static void RegisterCustomController(
String^ ,
ImGearARTCustomDrawingController^
)