Click or drag to resize
IPixelsSetSize Method
Sets a new size of the IPixels.

Namespace: Flir.Atlas.Image.Interfaces
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
void SetSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
New width.
height
Type: SystemInt32
New height.
See Also