Click or drag to resize
IPixels Interface
IPixels provides basic methods to handle pixels.

Namespace: Flir.Atlas.Image.Interfaces
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public interface IPixels

The IPixels type exposes the following members.

Methods
  NameDescription
Public methodLockPixelData
Locks the PixelData.
Public methodSetSize
Sets a new size of the IPixels.
Public methodUnlockPixelData
Unlocks the PixelData.
Top
Properties
  NameDescription
Public propertyHeight
Returns the Height in pixels.
Public propertyPixelData
Pointer to pixel data.
Public propertyPixelFormat
Gets the PixelFormat of the pixels.
Public propertyStride
Distance in bytes between starts of consecutive lines in the source image.
Public propertyWidth
Returns the Width in pixels.
Top
See Also