ILNumerics Ultimate VS

TextureStorageTextRenderer Delegate

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 delegate Bitmap TextRenderer(
	string item,
	Font font,
	out Rectangle textureStorageSize,
	out RectangleF textureGlyphSize,
	out SizeF glyphScreenSize,
	bool oversample = true
)

Parameters

item
Type: SystemString
font
Type: System.DrawingFont
textureStorageSize
Type: System.DrawingRectangle
textureGlyphSize
Type: System.DrawingRectangleF
glyphScreenSize
Type: System.DrawingSizeF
oversample (Optional)
Type: SystemBoolean

Return Value

Type: Bitmap
See Also

Reference