ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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: BitmapSee Also