ILNumerics Ultimate VS

TextureStorageStore Method (Bitmap, Rectangle, Rectangle)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
store item in texture sheet in GL

[ILNumerics Visualization Engine]

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

protected abstract void Store(
	Bitmap data,
	Rectangle location,
	Rectangle rect
)

Parameters

data
Type: System.DrawingBitmap
new item bitmap data
location
Type: System.DrawingRectangle
area in bitmap data to be stored
rect
Type: System.DrawingRectangle
rectangle specifying area to store the data into, texture coords: range from 0...1.0
Remarks

[ILNumerics Visualization Engine]

See Also

Reference