Click or drag to resize

PreviewJobSignature Constructor (Int32, Int32, UInt32, Guid)

Initializes a new instance of the PreviewJobSignature class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public PreviewJobSignature(
	int width,
	int height,
	uint sig,
	Guid id
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Rhino.Render.PreviewJobSignature.#ctor(System.Int32,System.Int32,System.UInt32,System.Guid)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Rhino.Render.PreviewJobSignature.#ctor(System.Int32,System.Int32,System.UInt32,System.Guid)"]

sig
Type: SystemUInt32

[Missing <param name="sig"/> documentation for "M:Rhino.Render.PreviewJobSignature.#ctor(System.Int32,System.Int32,System.UInt32,System.Guid)"]

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:Rhino.Render.PreviewJobSignature.#ctor(System.Int32,System.Int32,System.UInt32,System.Guid)"]

See Also