DrawingContextDrawRectangleCore Method

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected abstract void DrawRectangleCore(
	IBrush? brush,
	IPen? pen,
	RoundedRect rrect,
	BoxShadows boxShadows = default
)

Parameters

brush  IBrush
 
pen  IPen
 
rrect  RoundedRect
 
boxShadows  BoxShadows  (Optional)
 

See Also