ImageContentSize

private data class ImageContentSize(val width: Float, val height: Float)(source)

Carries ImageContentSize data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(width: Float, height: Float)

Properties

Link copied to clipboard

Exposes the height value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the width value used by the SDAI presentation layer.