Table of Contents

Interface ISceneBrushContent

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
[NotClientImplementable]
public interface ISceneBrushContent : IImmutableBrush, IBrush, IDisposable
Inherited Members
Extension Methods

Properties

Brush

ITileBrush Brush { get; }

Property Value

ITileBrush

Rect

Rect Rect { get; }

Property Value

Rect

Methods

Render(IDrawingContextImpl, Matrix?)

void Render(IDrawingContextImpl context, Matrix? transform)

Parameters

context IDrawingContextImpl
transform Matrix?