Table of Contents

Interface IPlatformRenderInterfaceRegion

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
[Unstable]
[PrivateApi]
public interface IPlatformRenderInterfaceRegion : IDisposable
Inherited Members

Properties

Bounds

LtrbPixelRect Bounds { get; }

Property Value

LtrbPixelRect

IsEmpty

bool IsEmpty { get; }

Property Value

bool

Rects

IList<LtrbPixelRect> Rects { get; }

Property Value

IList<LtrbPixelRect>

Methods

AddRect(LtrbPixelRect)

void AddRect(LtrbPixelRect rect)

Parameters

rect LtrbPixelRect

Contains(Point)

bool Contains(Point pt)

Parameters

pt Point

Returns

bool

Intersects(LtrbRect)

bool Intersects(LtrbRect rect)

Parameters

rect LtrbRect

Returns

bool

Reset()

void Reset()