Table of Contents

Interface IGlPlatformSurfaceRenderingSession

Namespace
Avalonia.OpenGL.Surfaces
Assembly
Avalonia.OpenGL.dll
public interface IGlPlatformSurfaceRenderingSession : IDisposable
Inherited Members

Properties

Context

IGlContext Context { get; }

Property Value

IGlContext

IsYFlipped

bool IsYFlipped { get; }

Property Value

bool

Scaling

double Scaling { get; }

Property Value

double

Size

PixelSize Size { get; }

Property Value

PixelSize