Click or drag to resize

GdiGraphicsMeasureCharacterRanges Method

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Region[] MeasureCharacterRanges(
	string text,
	Font font,
	RectangleF layoutRect,
	StringFormat stringFormat
)

Parameters

text
Type: SystemString
font
Type: System.DrawingFont
layoutRect
Type: System.DrawingRectangleF
stringFormat
Type: System.DrawingStringFormat

Return Value

Type: Region

Implements

IGraphicsMeasureCharacterRanges(String, Font, RectangleF, StringFormat)
See Also