In This Topic
Load an image
Syntax
'Declaration
Public Shared Function LoadImage( _
ByVal As IntPtr, _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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)
public static IntPtr LoadImage(
IntPtr ,
string ,
int ,
int ,
int ,
int
)
Parameters
- hInst
- path
- type
- width
- height
- flags
See Also