FlexPivot for WinForms
MeasureCellSize(Graphics,Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > MeasureCellSize メソッド : MeasureCellSize(Graphics,Int32,Int32) メソッド
Graphics.
Specified cell row.
Specified cell column.
Measures the specified cell when drawn.
シンタックス
'宣言
 
Public Overloads Function MeasureCellSize( _
   ByVal g As System.Drawing.Graphics, _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Drawing.Size
public System.Drawing.Size MeasureCellSize( 
   System.Drawing.Graphics g,
   System.int row,
   System.int col
)

パラメータ

g
Graphics.
row
Specified cell row.
col
Specified cell column.

戻り値の型

Returns the size that the specified cell will occupy after drawing.
参照

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