ActivityDesignerPaintEventArgs コンストラクター

定義

指定したグラフィックス、クリッピング四角形、ビューポート、デザイナー テーマを使用して、 ActivityDesignerPaintEventArgs クラスの新しいインスタンスを初期化します。

public:
 ActivityDesignerPaintEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle viewPort, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerPaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle viewPort, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs
Public Sub New (graphics As Graphics, clipRectangle As Rectangle, viewPort As Rectangle, designerTheme As ActivityDesignerTheme)

パラメーター

graphics
Graphics

アイテムの描画に使用する Graphics

clipRectangle
Rectangle

描画する四角形を表す Rectangle

viewPort
Rectangle

描画するビュー ポート。

designerTheme
ActivityDesignerTheme

描画するオブジェクトに関連付けられている ActivityDesignerTheme

適用対象