←Select platform

Cursor Property

Summary

Gets or sets the cursor for capture.

Syntax

C#
VB
C++
public Cursor Cursor { get; set; } 
  
Public Property Cursor As Cursor 
public: 
property Cursor^ Cursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

Property Value

Cursor to place on an image after capture. Default is nullptr.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly