DestroySurface Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public void DestroySurface(
IntPtr display,
IntPtr surface
)
Public Sub DestroySurface (
display As IntPtr,
surface As IntPtr
)
member DestroySurface :
display : IntPtr *
surface : IntPtr -> unit