ArcFM Solution Developer Guide
CreateCursor Method (MMCursorFromBitmapClass)


Syntax
'Declaration
 
Public Overridable 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 MMCursorFromBitmapClass
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)
public virtual 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

MMCursorFromBitmapClass Class
MMCursorFromBitmapClass Members

 

 


Send Comment