ArcFM Solution Developer Guide
CreateCursor Method (IMMCursorFromBitmap)


Syntax
'Declaration
 
Function CreateCursor( _
   ByVal BitmapHandle As System.Integer, _
   ByVal xHotSpot As System.Integer, _
   ByVal yHotSpot As System.Integer, _
   ByVal ReadTransparencyFromBitmap As System.Boolean, _
   ByVal TransparentColor As System.Integer _
) As System.Integer
'Usage
 
Dim instance As IMMCursorFromBitmap
Dim BitmapHandle As System.Integer
Dim xHotSpot As System.Integer
Dim yHotSpot As System.Integer
Dim ReadTransparencyFromBitmap As System.Boolean
Dim TransparentColor As System.Integer
Dim value As System.Integer
 
value = instance.CreateCursor(BitmapHandle, xHotSpot, yHotSpot, ReadTransparencyFromBitmap, TransparentColor)
System.int CreateCursor( 
   System.int BitmapHandle,
   System.int xHotSpot,
   System.int yHotSpot,
   System.bool ReadTransparencyFromBitmap,
   System.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