InputStream.TellCallbackType Delegate

SFML.Net

InputStreamTellCallbackType Delegate
Type of callback to return 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 TellCallbackType(
	IntPtr userData
)
Public Delegate Function TellCallbackType ( 
	userData As IntPtr
) As Long
public delegate long long TellCallbackType(
	IntPtr userData
)
type TellCallbackType = 
    delegate of 
        userData : IntPtr -> int64

Parameters

userData
Type: SystemIntPtr

Return Value

Type: Int64
See Also