DrawRectangleCore Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
- IBrush
- IPen
- RoundedRect
- BoxShadows (Optional)