LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

Cursor Property






Gets or sets the cursor for capture.
Syntax
public Cursor Cursor {get; set;}
'Declaration
 
Public Property Cursor As Cursor
'Usage
 
Dim instance As ScreenCaptureOptions
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
public Cursor Cursor {get; set;}
 get_Cursor();
set_Cursor(value);
public:
property Cursor^ Cursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

Cursor to place on an image after capture. Default is nullptr.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.