Spread Windows Forms 12.0 Product Documentation
GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcCharMaskCellType Class > GetPreferredSize Method : GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method
Graphics device interface for painting the cell
Preferred or maximum size required
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
Gets the preferred (maximum needed) size of the cell for the renderer control.
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 GcCharMaskCellType
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
Preferred or maximum size required
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
See Also

Reference

GcCharMaskCellType Class
GcCharMaskCellType Members
Overload List