Share via


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

適用対象