ImageGear for .NET
MarkSelect(Int32,Boolean) Method




Mark ID to select or deselect.
Pass true to select the mark, false to deselect.
Selects or deselects the specified mark.
Syntax
'Declaration
 
Public Overloads Sub MarkSelect( _
   ByVal markId As Integer, _
   ByVal state As Boolean _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim markId As Integer
Dim state As Boolean
 
instance.MarkSelect(markId, state)
public void MarkSelect( 
   int markId,
   bool state
)
public: void MarkSelect( 
   int markId,
   bool state
) 
public:
void MarkSelect( 
   int markId,
   bool state
) 

Parameters

markId
Mark ID to select or deselect.
state
Pass true to select the mark, false to deselect.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback