ConfigErrorGlyph.OnPaint Metod

Definition

Utför alla uppgifter som krävs för att återge glyfen på aktivitetsdesignerns yta.

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)

Parametrar

graphics
Graphics

Att Graphics utföra fyllnings- och ritningsuppgifter.

activated
Boolean

trueför att indikera att glyfen visas på designytan; annars . false

ambientTheme
AmbientTheme

Att AmbientTheme använda för att komma åt inställningar för omgivande egenskaper.

designer
ActivityDesigner

Varifrån ActivityDesigner du kan hämta information om användaråtgärder.

Gäller för