Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image.Helpers
BitmapSourceWrapper Class
BitmapSourceWrapper Methods
LockPixelData Method
SetSize Method
UnlockPixelData Method
BitmapSourceWrapper
SetSize Method
Set the width and height of the Image.
Namespace:
Flir.Atlas.Image.Helpers
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
void
SetSize
(
int
width
,
int
height
)
Parameters
width
Type:
System
Int32
width of the image
height
Type:
System
Int32
height of the image
Implements
IPixels
SetSize(Int32, Int32)
See Also
Reference
BitmapSourceWrapper Class
Flir.Atlas.Image.Helpers Namespace