Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

DrawCursor Property






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

Error processing SSI file