| IPixelsSetSize Method |
Sets a new size of the IPixels.
Namespace: Flir.Atlas.Image.InterfacesAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax void SetSize(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
New width. - height
- Type: SystemInt32
New height.
See Also