DisplayBitmapDrawList Class

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
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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPoints(IEnumerablePoint3d)
Public methodSetPoints(IEnumerablePoint3d, IEnumerableColor)
Public methodSetPoints(IEnumerablePoint3d, Color)
Public methodSort
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also