InputStream.GetSizeCallbackType Delegate

SFML.Net

InputStreamGetSizeCallbackType Delegate
Type of callback to return the current stream's size

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

Parameters

userData
Type: SystemIntPtr

Return Value

Type: Int64
See Also