Spread Windows Forms 6.0 Product Documentation
GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColumnHeaderRenderer Class > GetPreferredSize Method : GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method


g
Graphics device interface for painting the cell
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object containing the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display of the renderer control

Glossary Item Box

Gets the preferred (maximum needed) size of the cell for the renderer control.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal size As Size, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal zoomFactor As Single _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As ColumnHeaderRenderer
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)
C# 
public Size GetPreferredSize( 
   Graphics g,
   Size size,
   Appearance appearance,
   object value,
   float zoomFactor
)

Parameters

g
Graphics device interface for painting the cell
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object containing the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display of the renderer control

Return Value

Size object containing the maximum dimensions needed

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.