GetPlatformDisplayExt Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IntPtr GetPlatformDisplayExt(
int platform,
IntPtr nativeDisplay,
int[]? attrs
)
Public Function GetPlatformDisplayExt (
platform As Integer,
nativeDisplay As IntPtr,
attrs As Integer()
) As IntPtr
member GetPlatformDisplayExt :
platform : int *
nativeDisplay : IntPtr *
attrs : int[] -> IntPtr