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


In This Topic
FromFile Method
In This Topic
Load a cursor from an input file.
Syntax
'Declaration
 
Public Shared Function FromFile( _
   ByVal path As String _
) As Cursor
 
'Usage
 
Dim path As String
Dim value As Cursor
 
value = FpChart.EnhancedCursor.FromFile(path)

Parameters

path
See Also