ILNumerics Ultimate VS

SimpleInterpreter.parseString Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

protected virtual float parseString(
	string expression,
	Font font,
	PointF offset,
	Color color,
	ref SizeF size,
	IList<RenderQueueItem> queue,
	TextureStorage texStorage
)

Parameters

expression
Type: System.String
font
Type: System.Drawing.Font
offset
Type: System.Drawing.PointF
color
Type: System.Drawing.Color
size
Type: System.Drawing.SizeF
queue
Type: System.Collections.Generic.IList<RenderQueueItem>
texStorage
Type: ILNumerics.Drawing.TextureStorage

Return Value

Type: Single
See Also

Reference