EglSurface Constructor
Initializes a new instance of the EglSurface class
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public EglSurface(
EglDisplay display,
IntPtr surface
)
Public Sub New (
display As EglDisplay,
surface As IntPtr
)
new :
display : EglDisplay *
surface : IntPtr -> EglSurface