ImageGear .NET v24.12 - Updated
MarkCopy(Int32) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > MarkCopy Method : MarkCopy(Int32) Method
ID of the mark to copy.
Copies the specified mark to the Windows clipboard.
Syntax
'Declaration
 
Public Overloads Sub MarkCopy( _
   ByVal markId As Integer _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim markId As Integer
 
instance.MarkCopy(markId)
public void MarkCopy( 
   int markId
)
public: void MarkCopy( 
   int markId
) 
public:
void MarkCopy( 
   int markId
) 

Parameters

markId
ID of the mark to copy.
Remarks
The Clipboard API can only be used in threads set to single thread apartment (STA) mode.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List