ImageSize

open class ImageSize : MPModelBase

ImageSize

Author

Jose J Varó - Copyright © 2018 MapsPeople A/S. All rights reserved.

Constructors

Link copied to clipboard
open fun ImageSize()
Link copied to clipboard
open fun ImageSize(@NonNull srcImageSize: ImageSize)
Link copied to clipboard
open fun ImageSize(width: Int, height: Int)

Functions

Link copied to clipboard
@NonNull
open fun toString(): String

Properties

Link copied to clipboard
open val height: Int
Link copied to clipboard
open val width: Int