Sets active cursor.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public virtual void SetCursor(
	BitmapImage bitmapImage,
	double centerX,
	double centerY
)
Visual Basic (Declaration)
Public Overridable Sub SetCursor ( _
	bitmapImage As BitmapImage, _
	centerX As Double, _
	centerY As Double _
)
Visual C++
public:
virtual void SetCursor(
	BitmapImage^ bitmapImage, 
	double centerX, 
	double centerY
)

Parameters

bitmapImage
Type: System.Windows.Media.Imaging..::.BitmapImage
centerX
Type: System..::.Double
centerY
Type: System..::.Double

See Also