ActivityDesigner.GetPreviewImage(Graphics) 方法

定义

获取指定 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

参数

compatibleGraphics
Graphics

用于绘制图像的 Graphics 对象。

返回

Image

一个 Image 对象,其中包含在拖放操作及 ConditionedActivityGroup 预览窗格中用作预览图像的位图。

适用于