EglPlatformGraphics Class
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public sealed class EglPlatformGraphics : IPlatformGraphics
Public NotInheritable Class EglPlatformGraphics
Implements IPlatformGraphics
[<SealedAttribute>]
type EglPlatformGraphics =
class
interface IPlatformGraphics
end
| Inheritance | Object → EglPlatformGraphics |
| Implements | IPlatformGraphics |
Constructors
| EglPlatformGraphics(EglDisplay) | Initializes a new instance of the EglPlatformGraphics class |
Properties
| UsesSharedContext |
Methods
| CreateContext() | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() | Serves as the default hash function. (Inherited from Object) |
| GetSharedContext() | |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a string that represents the current object. (Inherited from Object) |
| TryCreate() | |
| TryCreate(Func(EglDisplay)) |