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 개체입니다.

적용 대상