Sdílet prostřednictvím


ConfigErrorGlyph.OnPaint Metoda

Definice

Provede všechny úlohy potřebné k vykreslení piktogramu na ploše návrháře aktivit.

protected:
 override void OnPaint(System::Drawing::Graphics ^ graphics, bool activated, System::Workflow::ComponentModel::Design::AmbientTheme ^ ambientTheme, System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected override void OnPaint (System.Drawing.Graphics graphics, bool activated, System.Workflow.ComponentModel.Design.AmbientTheme ambientTheme, System.Workflow.ComponentModel.Design.ActivityDesigner designer);
override this.OnPaint : System.Drawing.Graphics * bool * System.Workflow.ComponentModel.Design.AmbientTheme * System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected Overrides Sub OnPaint (graphics As Graphics, activated As Boolean, ambientTheme As AmbientTheme, designer As ActivityDesigner)

Parametry

graphics
Graphics

k Graphics provedení úkolů výplně a kreslení,

activated
Boolean

true označuje, že se piktogram zobrazuje na návrhové ploše; v opačném případě false .

ambientTheme
AmbientTheme

pro AmbientTheme přístup k nastavení okolí vlastností.

designer
ActivityDesigner

, ActivityDesigner ze kterého se mají získat informace o akcích uživatele.

Platí pro