JobDefinitionRenderAsImage(ivec2, dvec3, Double, Color) 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.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 1.54.0
Syntax[ObsoleteAttribute("Please use IJobManager.RenderAsImage instead", true)]
public Image RenderAsImage(
ivec2 imageSize,
dvec3 fieldSize,
double strokeThickness,
Color background
)
Parameters
- imageSize ivec2
- Size of the image in pixel.
- fieldSize dvec3
- Size of the field.
- strokeThickness Double
- Scale factor for stroke thickness.
- background Color
- Background color for the bitmap.
Return Value
Image[Missing <returns> documentation for "M:RAYLASE.Marker.Job.JobDefinition.RenderAsImage(GlmSharp.ivec2,GlmSharp.dvec3,System.Double,System.Windows.Media.Color)"]
See Also