TryCreate(Func<EglDisplay>) Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public static EglPlatformGraphics? TryCreate(
Func<EglDisplay> displayFactory
)
Public Shared Function TryCreate (
displayFactory As Func(Of EglDisplay)
) As EglPlatformGraphics
static member TryCreate :
displayFactory : Func<EglDisplay> -> EglPlatformGraphics
Parameters
Return Value
EglPlatformGraphicsSee Also
Reference
EglPlatformGraphics Class
TryCreate Overload
Avalonia.OpenGL.Egl Namespace