ILNumerics Ultimate VS

TextureStorageNode Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
class representing a binary tree, used to manage the items on the texture sheet

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingTextureStorageNode

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

protected class Node

The TextureStorageNode type exposes the following members.

Constructors

  NameDescription
Public methodTextureStorageNode
Initializes a new instance of the TextureStorageNode class
Top
Properties

  NameDescription
Public propertyLeaf
Public propertyLeft
Public propertyRect
Public propertyRight
Top
Methods

  NameDescription
Public methodClear
Public methodInsert
Top
Remarks

This code is a slightly modified version of the OpenTK.Utilities framework TextPrinter/TextureStorage classes. See http://opentk.com for details.

[ILNumerics Visualization Engine]

See Also

Reference