protected virtual void DrawPageSeparators( Graphics graphics, ref List<Point> separator )
Protected Overridable Sub DrawPageSeparators ( graphics As Graphics, ByRef separator As List(Of Point) )
protected: virtual void DrawPageSeparators( Graphics^ graphics, List<Point>^% separator )
abstract DrawPageSeparators : graphics : Graphics * separator : List<Point> byref -> unit override DrawPageSeparators : graphics : Graphics * separator : List<Point> byref -> unit
protected void DrawPageSeparators( Graphics graphics, /** @ref */List<Point> separator )
function DrawPageSeparators(graphics, separator);