Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextConditionalFormattingRule Class / GetPreferredSize(Graphics,Size,Appearance,Object,Single,Boolean) Method
Graphics device interface for painting the cell
Preferred size of other content
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
Indicates whether the text will be painted.


In This Topic
    GetPreferredSize(Graphics,Size,Appearance,Object,Single,Boolean) Method
    In This Topic
    Gets the preferred (maximum required) size of the cell for the renderer control.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetPreferredSize( _
       ByVal g As Graphics, _
       ByVal size As Size, _
       ByVal appearance As Appearance, _
       ByVal value As Object, _
       ByVal zoomFactor As Single, _
       ByVal showCFOnly As Boolean _
    ) As Size
    'Usage
     
    
    Dim instance As PrePaintTextConditionalFormattingRule
    Dim g As Graphics
    Dim size As Size
    Dim appearance As Appearance
    Dim value As Object
    Dim zoomFactor As Single
    Dim showCFOnly As Boolean
    Dim value As Size
     
    value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, showCFOnly)
    public virtual Size GetPreferredSize( 
       Graphics g,
       Size size,
       Appearance appearance,
       object value,
       float zoomFactor,
       bool showCFOnly
    )

    Parameters

    g
    Graphics device interface for painting the cell
    size
    Preferred size of other content
    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
    showCFOnly
    Indicates whether the text will be painted.

    Return Value

    The preferred (maximum required) size of the cell for the renderer control
    See Also