ImageAgent

interface ImageAgent

The ImageAgent interface serves as a versatile and comprehensive abstraction for interacting with images within the SDK. It defines a set of properties that an implementing class must support, providing a unified interface for various image-related operations.

Types

Link copied to clipboard
interface PlaneAgent

A plane proxy which has an analogous interface.

Properties

Link copied to clipboard
abstract var cropRect: Rect

Set or get the crop rectangle.

Link copied to clipboard
abstract val format: Int

Returns the image format.

Link copied to clipboard
abstract val height: Int

Returns the image height.

Link copied to clipboard
Link copied to clipboard
abstract val width: Int

Returns the image width.