PaintValueEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe PaintValueEventArgs usando i valori specificati.

public:
 PaintValueEventArgs(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public PaintValueEventArgs (System.ComponentModel.ITypeDescriptorContext context, object value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
public PaintValueEventArgs (System.ComponentModel.ITypeDescriptorContext? context, object? value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
new System.Drawing.Design.PaintValueEventArgs : System.ComponentModel.ITypeDescriptorContext * obj * System.Drawing.Graphics * System.Drawing.Rectangle -> System.Drawing.Design.PaintValueEventArgs
Public Sub New (context As ITypeDescriptorContext, value As Object, graphics As Graphics, bounds As Rectangle)

Parametri

context
ITypeDescriptorContext

Il contesto in cui appare il valore.

value
Object

Il valore da rappresentare graficamente.

graphics
Graphics

L'oggetto Graphics con il quale eseguire il disegno.

bounds
Rectangle

L'oggetto Rectangle all'interno del quale andrà eseguito il disegno.

Eccezioni

graphics è null.

Si applica a