PreviewJobSignature
Preview Job Signature is a specific identifier for a specific rendered preview
Inheritance Hierarchy
System.Object
Rhino.Render.PreviewJobSignature
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class PreviewJobSignature : IDisposable
The PreviewJobSignature type exposes the following members.
Constructors
Name
Description
Public Method
PreviewJobSignature.
Preview Job Signature constructor
Public Method
PreviewJobSignature(IntPtr)
Preview Job Signature constructor
Public Method
PreviewJobSignature(Int32, Int32, UInt32)
Preview Job Signature constructor
Properties
Name
Description
Public Property
CppPointer
UnManaged pointer of the PreviewJobsingature
Methods
Name
Description
Public Method
Compare
Compare two Preview Job Signatures. True if they are the same, otherwise false.
Public Method
Dispose
Dispose
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Preview Job Signature destructor
(Overrides Object.Finalize..)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
ImageHeight
The Height of the rendered preview image
Public Method
ImageWidth
The Width of the rendered preview image
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)