FastColoredTextBox.CalcCutOffs Method

T3000 CrossPlatform

FastColoredTextBoxCalcCutOffs Method

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

Calculates wordwrap cutoffs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static void CalcCutOffs(
	List<int> cutOffPositions,
	int maxCharsPerLine,
	int maxCharsPerSecondaryLine,
	bool allowIME,
	bool charWrap,
	Line line
)
Public Shared Sub CalcCutOffs ( 
	cutOffPositions As List(Of Integer),
	maxCharsPerLine As Integer,
	maxCharsPerSecondaryLine As Integer,
	allowIME As Boolean,
	charWrap As Boolean,
	line As Line
)

Dim cutOffPositions As List(Of Integer)
Dim maxCharsPerLine As Integer
Dim maxCharsPerSecondaryLine As Integer
Dim allowIME As Boolean
Dim charWrap As Boolean
Dim line As Line

FastColoredTextBox.CalcCutOffs(cutOffPositions, 
	maxCharsPerLine, maxCharsPerSecondaryLine, 
	allowIME, charWrap, line)

Parameters

cutOffPositions
Type: System.Collections.GenericListInt32

[Missing <param name="cutOffPositions"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

maxCharsPerLine
Type: SystemInt32

[Missing <param name="maxCharsPerLine"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

maxCharsPerSecondaryLine
Type: SystemInt32

[Missing <param name="maxCharsPerSecondaryLine"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

allowIME
Type: SystemBoolean

[Missing <param name="allowIME"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

charWrap
Type: SystemBoolean

[Missing <param name="charWrap"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

line
Type: FastColoredTextBoxNSLine

[Missing <param name="line"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcCutOffs(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Boolean,System.Boolean,FastColoredTextBoxNS.Line)"]

See Also