areDimensionsSwapped Function

fun areDimensionsSwapped(): Boolean

Whether this orientation exchanges the image’s width and height.

True for the quarter-turn cases, so a caller sizing a view knows to swap the two.

Return

true if orientation swap image dimensions

Top