ActivityDesignerPaintEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
OnPaint(ActivityDesignerPaintEventArgs)、OnPaint(ActivityDesignerPaintEventArgs, Boolean)、OnPaint(ActivityDesignerPaintEventArgs)、およびOnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)メソッドのデータ、および派生するクラス内のオーバーライドされたバージョンのOnPaintをワークフロー デザイン サーフェイスに描画するときに提供します。
public ref class ActivityDesignerPaintEventArgs : EventArgs
public class ActivityDesignerPaintEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ActivityDesignerPaintEventArgs : EventArgs
type ActivityDesignerPaintEventArgs = class
inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerPaintEventArgs = class
inherit EventArgs
Public Class ActivityDesignerPaintEventArgs
Inherits EventArgs
- 継承
- 属性
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 の
OnPaint メソッド呼び出しは、アクティビティ デザイナー、グリフ、またはコネクタがワークフロー デザイン サーフェイスに再描画されるときに発生します。
ActivityDesignerPaintEventArgs は、オブジェクトの描画に使用するグラフィックスと、オブジェクトを描画するクリッピング四角形を指定します。
コンストラクター
| 名前 | 説明 |
|---|---|
| ActivityDesignerPaintEventArgs(Graphics, Rectangle, Rectangle, ActivityDesignerTheme) |
古い.
指定したグラフィックス、クリッピング四角形、ビューポート、デザイナー テーマを使用して、 ActivityDesignerPaintEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AmbientTheme |
古い.
ワークフロー デザイン サーフェイスに関連付けられている AmbientTheme を取得します。 |
| ClipRectangle |
古い.
描画する Rectangle を取得します。 |
| DesignerTheme |
古い.
デザイナーに関連付けられている ActivityDesignerTheme を取得します。 |
| Graphics |
古い.
ワークフロー デザイン サーフェイスにアイテムを描画するために使用する Graphics を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
古い.
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
古い.
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |