FlexPivot for WinForms
CreateImage() メソッド
使用例 

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > CreateImage メソッド : CreateImage() メソッド
Creates an image of the entire grid.
シンタックス
'宣言
 
Public Overloads Function CreateImage() As System.Drawing.Image
public System.Drawing.Image CreateImage()

戻り値の型

An System.Drawing.Image object containing a metafile image of the grid.
解説
Use this method to copy grid images to the clipboard so you can paste them into documents or other applications.
使用例
The code below creates an image of a grid range and saves it to a PNG file that can be included in other documents such as web pages:
Image img = flex.CreateImage(0,0,10,5);
img.Save(@"c:\temp\grid.png", System.Drawing.Imaging.ImageFormat.Png);
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧