Measures the specified cell when drawn.
'宣言
Public Overloads Function MeasureCellSize( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Size
public System.Drawing.Size MeasureCellSize(
System.Drawing.Graphics ,
System.int ,
System.int
)
パラメータ
- g
- Graphics.
- row
- Specified cell row.
- col
- Specified cell column.
戻り値の型
Returns the size that the specified cell will occupy after drawing.