PostEffectCollection Class |
Namespace: Rhino.Render.PostEffects
The PostEffectCollection type exposes the following members.
Name | Description | |
---|---|---|
PostEffectCollection |
Create a utility object not associated with any document
| |
PostEffectCollection(PostEffectCollection) |
Create a utility object not associated with any document from another object
|
Name | Description | |
---|---|---|
BeginChange | (Inherited from DocumentOrFreeFloatingBase.) | |
CopyFrom | (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).) | |
Dispose | Releases all resources used by the PostEffectCollection | |
EndChange | (Inherited from DocumentOrFreeFloatingBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides FreeFloatingBaseFinalize.) | |
GetEnumerator | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSelectedPostEffect |
Gets the selected post effect for a certain type into 'id'.
Returns true if successful or false if the selection information could not be found.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MovePostEffectBefore |
Move a post effect before another post effect in the list.
Param 'id_move' is the id of the post effect to move.
Param 'id_before' is the id of a post effect before which the post effect should be moved.
If this is Guid.Empty, the post effect is moved to the end of the list.
If the post effect identified by 'id_before' is not found, the method will fail.
Returns true if successful, else false.
| |
PostEffectDataFromId |
Get a post effect data for an id.
| |
SetSelectedPostEffect |
Sets the selected post effect for a certain type.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |