'Declaration Protected MustOverride Function CalculateSize( _ ByVal graphics As Graphics, _ ByVal font As Font, _ ByVal format As StringFormat _ ) As Size
'Usage Dim instance As SmartItem Dim graphics As Graphics Dim font As Font Dim format As StringFormat Dim value As Size value = instance.CalculateSize(graphics, font, format)
Parameters
- graphics
- A System.Drawing.Graphics object representing the graphics that will be used to draw the SmartItem.
- font
- A Font object representing the font that will be used by the SmartItem.
- format
- A System.Drawing.StringFormat object representing the string format that will be used by the SmartItem.
Return Value
A System.Drawing.Size structure representing the size needed to paint the SmartItem.