InputStream.SeekCallbackType Delegate

SFML.Net

InputStreamSeekCallbackType Delegate
Type of callback to seek the current stream's position

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public delegate long SeekCallbackType(
	long position,
	IntPtr userData
)
Public Delegate Function SeekCallbackType ( 
	position As Long,
	userData As IntPtr
) As Long
public delegate long long SeekCallbackType(
	long long position, 
	IntPtr userData
)
type SeekCallbackType = 
    delegate of 
        position : int64 * 
        userData : IntPtr -> int64

Parameters

position
Type: SystemInt64
userData
Type: SystemIntPtr

Return Value

Type: Int64
See Also