VisualStyleRenderer.DrawEdge Metodo

Definizione

Consente di disegnare uno o più margini del rettangolo di delimitazione specificato.

public:
 System::Drawing::Rectangle DrawEdge(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::Windows::Forms::VisualStyles::Edges edges, System::Windows::Forms::VisualStyles::EdgeStyle style, System::Windows::Forms::VisualStyles::EdgeEffects effects);
public System.Drawing.Rectangle DrawEdge (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects);
member this.DrawEdge : System.Drawing.IDeviceContext * System.Drawing.Rectangle * System.Windows.Forms.VisualStyles.Edges * System.Windows.Forms.VisualStyles.EdgeStyle * System.Windows.Forms.VisualStyles.EdgeEffects -> System.Drawing.Rectangle
Public Function DrawEdge (dc As IDeviceContext, bounds As Rectangle, edges As Edges, style As EdgeStyle, effects As EdgeEffects) As Rectangle

Parametri

dc
IDeviceContext

Oggetto IDeviceContext utilizzato per disegnare i margini.

bounds
Rectangle

Struttura Rectangle i cui limiti definiscono i margini da disegnare.

edges
Edges

Combinazione bit per bit dei valori di Edges.

style
EdgeStyle

Combinazione bit per bit dei valori di EdgeStyle.

effects
EdgeEffects

Combinazione bit per bit dei valori di EdgeEffects.

Restituisce

Rectangle

Struttura Rectangle che rappresenta l'interno del parametro bounds meno i margini che sono stati disegnati.

Eccezioni

dc è null.

Si applica a