VolumeModel Methods |
The VolumeModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver(Int32, Int32) |
Is position over item.
| |
| IsPositionOver(Int32, Int32, Boolean) |
Defines if position is over an item.
(Inherited from UserInteractiveObject.) | |
| LoadFromBytes |
Receive a texture map as byte array and assigns it to the volume data.
| |
| LoadFromSliceMap(Bitmap, Int32) |
Receive a texture map and assigns it to the volume data.
| |
| LoadFromSliceMap(String, Int32) |
Receive a texture map and set assigns it to the volume data.
| |
| LoadFromSlices(Bitmap) |
Receive an array of slices and assign it to the volume data.
| |
| LoadFromSlices(String) |
Receive an array of slices and assign it to the volume data.
| |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SetChart |
Set Chart.
| |
| SetHighlight |
Highlights the object.
(Inherited from HighlightingItemBase.)This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. | |
| SetProperCursor |
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.) | |
| ToString |
Convert class description to string.
(Overrides HighlightingItemBaseToString.) |