Click or drag to resize
ImageBaseRenderTo Method
Render the image to IPixels. BitmapSourceWrapper for advanced rendering.

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

Parameters

imagePixels
Type: Flir.Atlas.Image.InterfacesIPixels
Exceptions
ExceptionCondition
InvalidOperationException
See Also