Click or drag to resize

DisplayBitmapDrawList Class

[Missing <summary> documentation for "T:Rhino.Display.DisplayBitmapDrawList"]

Inheritance Hierarchy
SystemObject
  Rhino.DisplayDisplayBitmapDrawList

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class DisplayBitmapDrawList

The DisplayBitmapDrawList type exposes the following members.

Constructors
  NameDescription
Public methodDisplayBitmapDrawList
Initializes a new instance of the DisplayBitmapDrawList class
Top
Properties
  NameDescription
Public propertyBoundingBox
Public propertyMaximumCachedSortLists
Maximum number of cached sort order index lists stored on this class. Default is 10, but depending on the number of points in this list you may get better performance by setting this value to a certain percentage of the point count.
Public propertySortAngleTolerance
Angle in radians used to determine if an index list is "parallel enough" to a viewports camera angle. Default is 0.0873 radians (5 degrees)
Top
Methods
See Also