GetPreferredSize Method (RowHeaderRenderer)
In This Topic
Gets the preferred (maximum required) size of the cell for the renderer control.
Syntax
'Declaration
Public Function GetPreferredSize( _
ByVal As Graphics, _
ByVal As Size, _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Single _
) As Size
'Usage
Dim instance As RowHeaderRenderer
Dim g As Graphics
Dim size As Size
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim value As Size
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor)
public Size GetPreferredSize(
Graphics ,
Size ,
Appearance ,
object ,
float
)
Parameters
- g
- Graphics device interface for painting the cell
- size
- Preferred or maximum size needed
- appearance
- Appearance settings
- value
- Object that contains the name of the renderer control
- zoomFactor
- Numeric value for zoom factor for scaling the display of the renderer control
See Also