ImageGear .NET v24.12 - Updated
Show Method




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > IImGearMarkEditorWindow Interface : Show Method
The ART mark.
The position of the window.
Makes annotation mark editor window visible.
Syntax
'Declaration
 
Sub Show( _
   ByVal mark As ImGearARTMark, _
   ByVal position As Point _
) 
'Usage
 
Dim instance As IImGearMarkEditorWindow
Dim mark As ImGearARTMark
Dim position As Point
 
instance.Show(mark, position)
void Show( 
   ImGearARTMark mark,
   Point position
)
void Show( 
   ImGearARTMark* mark,
   Point position
) 
void Show( 
   ImGearARTMark^ mark,
   Point position
) 

Parameters

mark
The ART mark.
position
The position of the window.
See Also

Reference

IImGearMarkEditorWindow Interface
IImGearMarkEditorWindow Members