FastColoredTextBox.GetCharSize Method

T3000 CrossPlatform

FastColoredTextBoxGetCharSize Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetCharSize(System.Drawing.Font,System.Char)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static SizeF GetCharSize(
	Font font,
	char c
)
Public Shared Function GetCharSize ( 
	font As Font,
	c As Char
) As SizeF

Dim font As Font
Dim c As Char
Dim returnValue As SizeF

returnValue = FastColoredTextBox.GetCharSize(font, 
	c)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetCharSize(System.Drawing.Font,System.Char)"]

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetCharSize(System.Drawing.Font,System.Char)"]

Return Value

Type: SizeF

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetCharSize(System.Drawing.Font,System.Char)"]

See Also