Sets active cursor.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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
The bitmap image. The instance of BitmapImage class.
- centerX
- Type: System..::.Double
The center X.
- centerY
- Type: System..::.Double
The center Y.