Version

GetPreferredSize(Font,Graphics) 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 g As Graphics _
) As Size
public Size GetPreferredSize( 
   Font sizeFont,
   Graphics g
)

Parameters

sizeFont
Size of font.
g
System.Drawing.Graphics

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