protected virtual void DrawFillFormsSelection( Graphics graphics, List<Rectangle> selectedRectangles )
Protected Overridable Sub DrawFillFormsSelection ( graphics As Graphics, selectedRectangles As List(Of Rectangle) )
protected: virtual void DrawFillFormsSelection( Graphics^ graphics, List<Rectangle>^ selectedRectangles )
abstract DrawFillFormsSelection : graphics : Graphics * selectedRectangles : List<Rectangle> -> unit override DrawFillFormsSelection : graphics : Graphics * selectedRectangles : List<Rectangle> -> unit
protected void DrawFillFormsSelection( Graphics graphics, List<Rectangle> selectedRectangles )
function DrawFillFormsSelection(graphics, selectedRectangles);