'Declaration Protected Overridable Sub DrawSelection( _
ByVal gSystem.Drawing.Graphics для рисования выделения.As System.Drawing.Graphics, _
ByVal selectionPathПуть к графике выделения.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
- System.Drawing.Graphics для рисования выделения.
- selectionPath
- Путь к графике выделения.