FlexPivot for WinForms
CreateImage(Int32,Int32,Int32,Int32,EmfType) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > CreateImage メソッド : CreateImage(Int32,Int32,Int32,Int32,EmfType) メソッド
Top row in the range.
Left column in the range.
Bottom row in the range.
Right column in the range.
System.Drawing.Imaging.EmfType value that determines the type of metafile to create.
Creates an image of a portion of the grid.
シンタックス
'宣言
 
Public Overloads Function CreateImage( _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal emfType As System.Drawing.Imaging.EmfType _
) As System.Drawing.Image
public System.Drawing.Image CreateImage( 
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   System.Drawing.Imaging.EmfType emfType
)

パラメータ

topRow
Top row in the range.
leftCol
Left column in the range.
bottomRow
Bottom row in the range.
rightCol
Right column in the range.
emfType
System.Drawing.Imaging.EmfType value that determines the type of metafile to create.

戻り値の型

An System.Drawing.Image object containing a metafile image of the grid.
解説
The image returned includes any fixed and frozen cells in addition to the specified range.
参照

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