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