ActivityDesignerPaintEventArgs.Graphics プロパティ

定義

ワークフロー デザイン サーフェイスにアイテムを描画するために使用する Graphics を取得します。

public:
 property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics Graphics { get; }
member this.Graphics : System.Drawing.Graphics
Public ReadOnly Property Graphics As Graphics

プロパティ値

Graphicsワークフロー デザイン サーフェイスにアイテムを描画するために使用されます。

注釈

Graphics には、ワークフロー デザイン サーフェイスでオブジェクトを描画するためのメソッドが用意されています。

適用対象