ITile Interface

Definition

Namespace: P1.CameraSdk

A buffer that is a tile (crop) of an image. More…

public interface ITile :  P1::CameraSdk::IImageBufferFrame

Remarks

A buffer that is a tile (crop) of an image.

Image browsing feature enables zoom and pan, by delivering tiles of images using this interface class.

Properties

SourceOffsetX

This is a horizontal crop offset, in pixels.

SourceOffsetY

This is a vertical crop offset, in pixels.

SourceWidth

This is source (original) image width in pixels

SourceHeight

This is source (original) image height in pixels

ScaleFactor

This is the scaling factor that is applied to the tiled image. If any.