Version

GetPreferredSize(Font,Boolean,Graphics,Int32,Int32) Method

Calculates the size of a single line text string for use by an ImageAndTextUIElement
Syntax
'Declaration
 
Public Overloads Function GetPreferredSize( _
   ByVal sizeFont As Font, _
   ByVal includeImageHeight As Boolean, _
   ByVal g As Graphics, _
   ByVal maxColumnWidth As Integer, _
   ByVal minColumnWidth As Integer _
) As Size
public Size GetPreferredSize( 
   Font sizeFont,
   bool includeImageHeight,
   Graphics g,
   int maxColumnWidth,
   int minColumnWidth
)

Parameters

sizeFont
Size of font.
includeImageHeight
Determines whether or not image height is taken into account.
g
System.Drawing.Graphics
maxColumnWidth
The largest width for the item (if applicable) or 0.
minColumnWidth
The smallest width of the item (if applicable) or 0.

Return Value

System.Drawing.Size element needs to properly render
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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