GetCurrentSurface Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IntPtr GetCurrentSurface(
int readDraw
)
Public Function GetCurrentSurface (
readDraw As Integer
) As IntPtr
member GetCurrentSurface :
readDraw : int -> IntPtr