Aracılığıyla paylaş


CommentGlyph.OnPaint Yöntem

Tanım

Etkinlik Tasarımcısı yüzeyinde açıklama glifini işlemek için gereken tüm görevleri gerçekleştirir.

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)

Parametreler

graphics
Graphics

, Graphics Fill ve çizim görevlerini gerçekleştirmek için.

activated
Boolean

true glifi tasarım yüzeyinde göründüğünü göstermek için; Aksi takdirde, false .

ambientTheme
AmbientTheme

AmbientThemeOrtam özelliği ayarlarına erişmek için kullanılacak.

designer
ActivityDesigner

ActivityDesignerKullanıcı eylemleri hakkında bilgi almak için.

Şunlara uygulanır