LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Cursor Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.