ImageGear .NET - Updated October 26, 2017
ShowMarkPropertiesWindow Method




ImageGear23.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)

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