Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart.EnhancedCursor Class / LoadImage Method


In This Topic
LoadImage Method
In This Topic
Load an image
Syntax
'Declaration
 
Public Shared Function LoadImage( _
   ByVal hInst As IntPtr, _
   ByVal path As String, _
   ByVal type As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal flags As Integer _
) As IntPtr
 
'Usage
 
Dim hInst As IntPtr
Dim path As String
Dim type As Integer
Dim width As Integer
Dim height As Integer
Dim flags As Integer
Dim value As IntPtr
 
value = FpChart.EnhancedCursor.LoadImage(hInst, path, type, width, height, flags)

Parameters

hInst
path
type
width
height
flags
See Also