Style.GetSizeOfRange Method

T3000 CrossPlatform

StyleGetSizeOfRange Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Style.GetSizeOfRange(FastColoredTextBoxNS.Range)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static Size GetSizeOfRange(
	Range range
)
Public Shared Function GetSizeOfRange ( 
	range As Range
) As Size

Dim range As Range
Dim returnValue As Size

returnValue = Style.GetSizeOfRange(range)

Parameters

range
Type: FastColoredTextBoxNSRange

[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.Style.GetSizeOfRange(FastColoredTextBoxNS.Range)"]

Return Value

Type: Size

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Style.GetSizeOfRange(FastColoredTextBoxNS.Range)"]

See Also