Returns a rectangle that describes the string black box.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Function GetBlackBox ( _ string As String _ ) As RectangleF
public RectangleF GetBlackBox( string string )
Type: System.String
String to retrieve black box for.String black box is a tightest bounding rectangle of glyphs in cells of all characters in a string. This way you can calculate actual height of the character without any leading whitespaces.