Skip to main content

IGlPlatformSurfaceRenderingSession Interface

Definition

Assembly:Avalonia.OpenGL
Package:Avalonia
public interface IGlPlatformSurfaceRenderingSession

Implements: IDisposable

Properties

NameDescription
ContextNo summary available.
IsYFlippedNo summary available.
ScalingNo summary available.
SizeNo summary available.

Context Property

public Avalonia.OpenGL.IGlContext Context { get; set; }

IsYFlipped Property

public bool IsYFlipped { get; set; }

Scaling Property

public double Scaling { get; set; }

Size Property

public Avalonia.PixelSize Size { get; set; }