ActivityDesigner.GetPreviewImage(Graphics) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した Graphics によるアクティビティ デザイナーのイメージを取得します。
public:
System::Drawing::Image ^ GetPreviewImage(System::Drawing::Graphics ^ compatibleGraphics);
public System.Drawing.Image GetPreviewImage (System.Drawing.Graphics compatibleGraphics);
member this.GetPreviewImage : System.Drawing.Graphics -> System.Drawing.Image
Public Function GetPreviewImage (compatibleGraphics As Graphics) As Image
パラメーター
戻り値
ドラッグ アンド ドロップ操作と Image プレビュー ペインでプレビュー イメージとして使用されるビットマップを含む ConditionedActivityGroup オブジェクト。