Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IEnhancedRenderer Interface / GetPreferredSize Method
Graphics device interface for painting the cell
Preferred or maximum needed size
Appearance settings of the renderer control
Object that contains the name of the renderer control
Numeric value for scaling the display of the renderer control
The extra renderer settings.


In This Topic
    GetPreferredSize Method (IEnhancedRenderer)
    In This Topic
    Gets the preferred (maximum required) size of the cell for the renderer control.
    Syntax
    'Declaration
     
    
    Function GetPreferredSize( _
       ByVal g As Graphics, _
       ByVal size As Size, _
       ByVal appearance As Appearance, _
       ByVal value As Object, _
       ByVal zoomFactor As Single, _
       ByVal extraRendererSettings As ExtraRendererSettings _
    ) As Size
    'Usage
     
    
    Dim instance As IEnhancedRenderer
    Dim g As Graphics
    Dim size As Size
    Dim appearance As Appearance
    Dim value As Object
    Dim zoomFactor As Single
    Dim extraRendererSettings As ExtraRendererSettings
    Dim value As Size
     
    value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, extraRendererSettings)

    Parameters

    g
    Graphics device interface for painting the cell
    size
    Preferred or maximum needed size
    appearance
    Appearance settings of the renderer control
    value
    Object that contains the name of the renderer control
    zoomFactor
    Numeric value for scaling the display of the renderer control
    extraRendererSettings
    The extra renderer settings.

    Return Value

    The size required to fully paint the content.
    See Also