Click or drag to resize

JobDefinitionRenderAsImage(ivec2, dvec3) Method

Note: This API is now obsolete.

Returns a image containing all markable job elements used in the job. Automation and flow job elements are not supported.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 1.54.0
Syntax
C#
[ObsoleteAttribute("Please use IJobManager.RenderAsImage instead")]
public Image RenderAsImage(
	ivec2 imageSize,
	dvec3 fieldSize
)

Parameters

imageSize  ivec2
Size of the image in pixel.
fieldSize  dvec3
Size of the field.

Return Value

Image

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.JobDefinition.RenderAsImage(GlmSharp.ivec2,GlmSharp.dvec3)"]

See Also