LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

DrawCursor Property

Show in webframe





Gets or sets the cursor to be used for drawing.
Syntax
public Cursor DrawCursor {get; set;}
'Declaration
 
Public Property DrawCursor As Cursor
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Cursor
 
instance.DrawCursor = value
 
value = instance.DrawCursor

            

            
public:
property Cursor^ DrawCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

A Cursor value indicating the cursor to be used for drawing.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


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