Method LoadFromStream
LoadFromStream(Stream)
Locates the Cursor from specified Stream.
public static Cursor LoadFromStream(Stream cursorStream)
Parameters
cursorStreamStreamThe Stream to look for the Cursor.
Returns
- Cursor
 The Cursor if succeed.
Locates the Cursor from specified Stream.
public static Cursor LoadFromStream(Stream cursorStream)
cursorStream StreamThe Stream to look for the Cursor.
The Cursor if succeed.