Summary
Gets the size of the intermediate render target to which the visual brush should be
drawn.
- Namespace
- Avalonia
.Rendering - Containing Type
- IVisualBrushRenderer
Syntax
Size GetRenderTargetSize(IVisualBrush brush)
Parameters
Name | Type | Description |
---|---|---|
brush | IVisualBrush | The visual brush. |
Return Value
Type | Description |
---|---|
Size | The size of the intermediate render target to create. |