ImageGear .NET v25.2 - Updated
GetCustomController Method (ImGearAnnotatorMarkController)




ImageGear.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkController Class : GetCustomController Method
String representing the type of the custom mark.
Returns a registered custom mark annotator controller.
Syntax
'Declaration
 
Public Shared Function GetCustomController( _
   ByVal customTypeName As String _
) As ImGearAnnotatorMarkController
'Usage
 
Dim customTypeName As String
Dim value As ImGearAnnotatorMarkController
 
value = ImGearAnnotatorMarkController.GetCustomController(customTypeName)
public static ImGearAnnotatorMarkController GetCustomController( 
   string customTypeName
)
public: static ImGearAnnotatorMarkController* GetCustomController( 
   string* customTypeName
) 
public:
static ImGearAnnotatorMarkController^ GetCustomController( 
   String^ customTypeName
) 

Parameters

customTypeName
String representing the type of the custom mark.

Return Value

Registered custom controller.
See Also

Reference

ImGearAnnotatorMarkController Class
ImGearAnnotatorMarkController Members

Is this page helpful?
Yes No
Thanks for your feedback.