ElementHost.OnPrint(PaintEventArgs) Metodo

Definizione

Esegue il rendering del controllo utilizzando l'oggetto specificato Graphics .

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 contenente i dati dell'evento.

Si applica a

Vedi anche