ILNumerics Ultimate VS

TextureStorageStore Method (String, Font, PointF, Color, TextureStorageTextRenderer, FuncString, Font, String)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

public virtual RenderQueueItem Store(
	string item,
	Font font,
	PointF offset,
	Color color,
	TextureStorageTextRenderer renderer = null,
	Func<string, Font, string> hashFunc = null
)

Parameters

item
Type: SystemString
font
Type: System.DrawingFont
offset
Type: System.DrawingPointF
color
Type: System.DrawingColor
renderer (Optional)
Type: ILNumerics.DrawingTextureStorageTextRenderer
hashFunc (Optional)
Type: SystemFuncString, Font, String

Return Value

Type: RenderQueueItem
See Also

Reference