Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / GetPreferredSize Method / GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method
Graphics device interface for painting the cell
Size of the cell
Appearance settings of the cell
Object that contains the name of the cell
Numeric value for scaling the display of the cell


In This Topic
    GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method
    In This Topic
    Gets the preferred (maximum) size of the cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetPreferredSize( _
       ByVal g As Graphics, _
       ByVal size As Size, _
       ByVal appearance As Appearance, _
       ByVal value As Object, _
       ByVal zoomFactor As Single _
    ) As Size
    'Usage
     
    
    Dim instance As ColorPickerCellType
    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 override Size GetPreferredSize( 
       Graphics g,
       Size size,
       Appearance appearance,
       object value,
       float zoomFactor
    )

    Parameters

    g
    Graphics device interface for painting the cell
    size
    Size of the cell
    appearance
    Appearance settings of the cell
    value
    Object that contains the name of the cell
    zoomFactor
    Numeric value for scaling the display of the cell
    See Also