ImageGear .NET v24.12 - Updated
ShowMarkPropertiesWindow Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ShowMarkPropertiesWindow Method
The ART mark.
The position (in device pixels) of the upper left corner of the dialog window.
Displays a dialog window that shows the properties of the specified mark and can be used to modify the properties.
Syntax
'Declaration
 
Public Sub ShowMarkPropertiesWindow( _
   ByVal mark As ImGearARTMark, _
   ByVal position As Point _
) 
'Usage
 
Dim instance As PageView
Dim mark As ImGearARTMark
Dim position As Point
 
instance.ShowMarkPropertiesWindow(mark, position)
public void ShowMarkPropertiesWindow( 
   ImGearARTMark mark,
   Point position
)
public: void ShowMarkPropertiesWindow( 
   ImGearARTMark* mark,
   Point position
) 
public:
void ShowMarkPropertiesWindow( 
   ImGearARTMark^ mark,
   Point position
) 

Parameters

mark
The ART mark.
position
The position (in device pixels) of the upper left corner of the dialog window.
See Also

Reference

PageView Class
PageView Members