Cursor Constructor (Stream^, Boolean)

.NET Framework (current version)
 

Initializes a new instance of the Cursor class.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
Cursor(
	Stream^ cursorStream,
	bool scaleWithDpi
)

Parameters

cursorStream
Type: System.IO::Stream^

The Stream that contains the cursor.

scaleWithDpi
Type: System::Boolean

true if to scale with dpi; otherwise, false.

.NET Framework
Available since 4.6
Return to top
Show: