DrawEllipseCore Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected abstract void DrawEllipseCore(
IBrush? brush,
IPen? pen,
Rect rect
)
Protected MustOverride Sub DrawEllipseCore (
brush As IBrush,
pen As IPen,
rect As Rect
)
abstract DrawEllipseCore :
brush : IBrush *
pen : IPen *
rect : Rect -> unit