ArcFM Engine Developer Guide
CreateCursor Method (IMMCursorFromBitmap)


Syntax
'Declaration
 
Function CreateCursor( _
   ByVal BitmapHandle As Integer, _
   ByVal xHotSpot As Integer, _
   ByVal yHotSpot As Integer, _
   ByVal ReadTransparencyFromBitmap As Boolean, _
   ByVal TransparentColor As Integer _
) As Integer
'Usage
 
Dim instance As IMMCursorFromBitmap
Dim BitmapHandle As Integer
Dim xHotSpot As Integer
Dim yHotSpot As Integer
Dim ReadTransparencyFromBitmap As Boolean
Dim TransparentColor As Integer
Dim value As Integer
 
value = instance.CreateCursor(BitmapHandle, xHotSpot, yHotSpot, ReadTransparencyFromBitmap, TransparentColor)
int CreateCursor( 
   int BitmapHandle,
   int xHotSpot,
   int yHotSpot,
   bool ReadTransparencyFromBitmap,
   int TransparentColor
)

Parameters

BitmapHandle
xHotSpot
yHotSpot
ReadTransparencyFromBitmap
TransparentColor
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMCursorFromBitmap Interface
IMMCursorFromBitmap Members

 

 


Send Comment