Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RadioButtonListCellType Class / GetPreferredSize Method
Graphics device interface for painting the cell
Preferred or maximum needed size
Appearance settings
Object that contains the name of the renderer control
Numeric value for zoom factor for scaling the display of the renderer control
Whether to fit the column
Whether to fit the row


In This Topic
    GetPreferredSize Method (RadioButtonListCellType)
    In This Topic
    Gets the preferred (maximum needed) size of the cell for the renderer control.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetPreferredSize( _
       ByVal g As Graphics, _
       ByVal size As Size, _
       ByVal appearance As Appearance, _
       ByVal value As Object, _
       ByVal zoomFactor As Single, _
       ByVal fitColumn As Boolean, _
       ByVal fitRow As Boolean _
    ) As Size
    'Usage
     
    
    Dim instance As RadioButtonListCellType
    Dim g As Graphics
    Dim size As Size
    Dim appearance As Appearance
    Dim value As Object
    Dim zoomFactor As Single
    Dim fitColumn As Boolean
    Dim fitRow As Boolean
    Dim value As Size
     
    value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, fitColumn, fitRow)

    Parameters

    g
    Graphics device interface for painting the cell
    size
    Preferred or maximum needed size
    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
    fitColumn
    Whether to fit the column
    fitRow
    Whether to fit the row
    See Also