Click or drag to resize
VisualImageRenderTo Method
Render the new image to the input image buffer imagePixels.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public override void RenderTo(
	IPixels imagePixels
)

Parameters

imagePixels
Type: Flir.Atlas.Image.InterfacesIPixels
Image buffer
See Also