ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
store bitmap into texture sheet
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public virtual bool Store( string key, Bitmap data, Rectangle textureStorageSize, RectangleF textureGlyphRect, SizeF itemScreenSize )
Parameters
- key
- Type: SystemString
unique key for item - data
- Type: System.DrawingBitmap
item bitmap data - textureStorageSize
- Type: System.DrawingRectangle
used rectangle in data bitmap - textureGlyphRect
- Type: System.DrawingRectangleF
actual size of the glyph within the texture - itemScreenSize
- Type: System.DrawingSizeF
actual size of the glyph on screen
Return Value
Type: BooleanRemarks
[ILNumerics Visualization Engine]
See Also