ElementHost.OnPrint(PaintEventArgs) Metodo

Definizione

Esegue il rendering del controllo utilizzando l’oggetto Graphics fornito.

protected:
 override void OnPrint(System::Windows::Forms::PaintEventArgs ^ e);
protected override void OnPrint (System.Windows.Forms.PaintEventArgs e);
override this.OnPrint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPrint (e As PaintEventArgs)

Parametri

e
PaintEventArgs

Oggetto PaintEventArgs che contiene i dati dell'evento.

Si applica a

Vedi anche