ActivityDesignerPaintEventArgs クラス

定義

注意事項

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
継承
ActivityDesignerPaintEventArgs
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

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)

適用対象