Spread Windows Forms 6.0 Product Documentation
GetTextRectangle Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : GetTextRectangle Method


g
Graphics device interface for painting the text
r
Cell rectangle
f
Font
appearance
Appearance settings of the rectangle
rText
Text rectangle returned
paintString
String to be painted

Glossary Item Box

Gets the rectangle in which text is drawn.

Syntax

Visual Basic (Declaration) 
Protected Sub GetTextRectangle( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal f As Font, _
   ByVal appearance As Appearance, _
   ByRef rText As Rectangle, _
   ByVal paintString As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditBaseCellType
Dim g As Graphics
Dim r As Rectangle
Dim f As Font
Dim appearance As Appearance
Dim rText As Rectangle
Dim paintString As String
 
instance.GetTextRectangle(g, r, f, appearance, rText, paintString)
C# 
protected void GetTextRectangle( 
   Graphics g,
   Rectangle r,
   Font f,
   Appearance appearance,
   ref Rectangle rText,
   string paintString
)

Parameters

g
Graphics device interface for painting the text
r
Cell rectangle
f
Font
appearance
Appearance settings of the rectangle
rText
Text rectangle returned
paintString
String to be painted

Return Value

Rectangle of the text in the rText parameter.

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.