Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Svg
AvaloniaModelExtensions
Methods
ToBrushAndPen(SKPaint, SKRect)
Menu
On this page
ToBrushAndPen(SKPaint, SKRect) Method
Definition
Namespace
Avalonia.Svg
Assembly
Svg.Controls.Avalonia.dll
View source
public static (IBrush? brush, IPen? pen) ToBrushAndPen(this SKPaint paint, SKRect bounds)
Parameters
paint
SKPaint
bounds
SKRect
Returns
(T1 Item1, T2 Item2)<IBrush?, IPen?>