Click or drag to resize

IGraphicsMeasureString Method (String, Font, SizeF, StringFormat, Int32, Int32)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
SizeF MeasureString(
	string text,
	Font font,
	SizeF layoutArea,
	StringFormat stringFormat,
	out int charactersFitted,
	out int linesFilled
)

Parameters

text
Type: SystemString
font
Type: System.DrawingFont
layoutArea
Type: System.DrawingSizeF
stringFormat
Type: System.DrawingStringFormat
charactersFitted
Type: SystemInt32
linesFilled
Type: SystemInt32

Return Value

Type: SizeF
See Also