DrawingContextDrawRectangleCore Method
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected abstract void DrawRectangleCore(
IBrush? brush,
IPen? pen,
RoundedRect rrect,
BoxShadows boxShadows = default
)
Protected MustOverride Sub DrawRectangleCore (
brush As IBrush,
pen As IPen,
rrect As RoundedRect,
Optional boxShadows As BoxShadows = Nothing
)
abstract DrawRectangleCore :
brush : IBrush *
pen : IPen *
rrect : RoundedRect *
?boxShadows : BoxShadows
(* Defaults:
let _boxShadows = defaultArg boxShadows new BoxShadows()
*)
-> unit
Parameters
- brush IBrush
-
- pen IPen
-
- rrect RoundedRect
-
- boxShadows BoxShadows (Optional)
-