[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrePaintTextConditionalFormattingRule.GetPreferredSize

GetPreferredSize Method

GetPreferredSize(Graphics, Size, Appearance, object, float, bool)

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

Declaration
public virtual Size GetPreferredSize(Graphics g, Size size, Appearance appearance, object value, float zoomFactor, bool showCFOnly)
Public Overridable Function GetPreferredSize(g As Graphics, size As Size, appearance As Appearance, value As Object, zoomFactor As Single, showCFOnly As Boolean) As Size
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the cell

Size size

Preferred size of other content

Appearance appearance

Appearance settings of the renderer control

object value

Object that contains the name of the renderer control

float zoomFactor

Numeric value for scaling the display of the renderer control

bool showCFOnly

Indicates whether the text will be painted.

Returns
Type Description
Size

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

Implements