MeasureCellSize(Graphics,Int32,Int32) Method
In This Topic
Syntax
'Declaration
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
)
Parameters
- g
- row
- col
See Also