'Declaration Protected Overridable Sub DrawSelection( _
ByVal gThe System.Drawing.Graphics to draw the selection.As System.Drawing.Graphics, _
ByVal selectionPathSelection graphics path.As System.Drawing.Drawing2D.GraphicsPath _
)
protected virtual void DrawSelection(
System.Drawing.Graphics g,
System.Drawing.Drawing2D.GraphicsPath selectionPath
)
protected: virtual void DrawSelection(
System.Drawing.Graphics* g,
System.Drawing.Drawing2D.GraphicsPath selectionPath
)
protected:
virtual void DrawSelection(
System.Drawing.Graphics^ g,
System.Drawing.Drawing2D.GraphicsPath selectionPath
)
Parameters
- g
- The System.Drawing.Graphics to draw the selection.
- selectionPath
- Selection graphics path.