←Select platform

DrawCursor Property

Summary

Gets or sets the cursor to be used for drawing.

Syntax

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

Property Value

A Cursor value indicating the cursor to be used for drawing.

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