Interface IPlatformRenderInterfaceRegion
- Namespace
- Avalonia.Platform
- Assembly
- Avalonia.Base.dll
[Unstable]
[PrivateApi]
public interface IPlatformRenderInterfaceRegion : IDisposable
- Inherited Members
-
Properties
LtrbPixelRect Bounds { get; }
Property Value
- LtrbPixelRect
Property Value
- bool
IList<LtrbPixelRect> Rects { get; }
Property Value
- IList<LtrbPixelRect>
Methods
void AddRect(LtrbPixelRect rect)
Parameters
rect
LtrbPixelRect
Parameters
pt
Point
Returns
- bool
bool Intersects(LtrbRect rect)
Parameters
rect
LtrbRect
Returns
- bool