Alex's Weblog

Weblog di Ermanno Goletto (Codename Alex - A Learning EXperience)
posts - 438, comments - 4214, trackbacks - 294

My Links

News

Il blog è stato
trasferito al
 seguente link:


DevAdmin Blog

Add my blog to Live

Foto

Curriculum Vitae


Il contenuto di questo blog e di ciascun post viene fornito “così come é”, senza garanzie, e non conferisce alcun diritto. Questo blog riporta il mio personale pensiero che non riflette necessariamente il pensiero del mio datore di lavoro.

Logo Creative Commons Deed


Logo MCTS

Logo MCSA

Logo MCP

Logo Microsoft Certified Business Management Solutions Professional

Microsoft Certified Business Management Solutions Specialist


Logo UGIdotNET UGIdotNET Contributor


Logo UGISS UGISS Contributor


Logo SysAdmin.it SysAdmin.it Staff


Article Categories

Archives

Post Categories

Blogs

Database

Development

Friends

IT

Knowledge Base

Links

MBS

MCP

MVP Sites

User Groups

Virtualization

Come verificare se un testo può essere visualizzato in un area prefissata

Questa funzione permette di verificare se un testo è visualizzabile integralmente in un area prefissata e può essere utile nei casi in cui si voglia visualizzare un ToolTip per testi che superano lo spazio messo a disposizione da un controllo (xes. un tooltip sugli item di un ListView in modalità dettaglio il cui testo supera la larghezza della colonna)

Public Function IsTextExceedSize(ByVal graphics As System.Drawing.Graphics, _
                                                     ByVal text As String, _
                                                     ByVal font As System.Drawing.Font, 
                                                     ByVal width As Integer, _
                                                     ByVal height As Integer) As Boolean

   Dim textSize As System.Drawing.SizeF
   Dim charactersFitted, linesFitted As Integer
   Dim layoutRect As New System.Drawing.SizeF(width, height)

   textSize = graphics.MeasureString(text, font, layoutRect, _
                        System.Drawing.StringFormat.GenericTypographic, _
                        charactersFitted, linesFitted)

   layoutRect = Nothing

   If textSize.Width > width Then Return True

   If textSize.Height > height Then Return True

  Return text.Length > charactersFitted
End Function

Print | posted on lunedì 23 febbraio 2004 20:33 | Filed Under [ Code & Snippet .NET Framework ]

Feedback

Gravatar

# re: Come verificare se un testo può essere visualizzato in un area prefissata

ergo baby carrier
ergo baby carrier sale
best baby carrier
ergo carrier
17/11/2012 12:03 | dsfsf
Gravatar

# https://www.usacheckcashingstore.com/Lemon-Grove

Grateful for you with regard to providing me personally a chance to fulfill this particular tale that produce miracle using the flute. Your own image gallery is actually outstanding. Right now click here https://www.usacheckcashingstore.com/Lemon-Grove Many thanks with regard to good post.
04/08/2017 18:50 | Pervez
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET