DrawLineCore Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected abstract void DrawLineCore(
IPen pen,
Point p1,
Point p2
)
Protected MustOverride Sub DrawLineCore (
pen As IPen,
p1 As Point,
p2 As Point
)
abstract DrawLineCore :
pen : IPen *
p1 : Point *
p2 : Point -> unit