ImageStretches

class ImageStretches : Serializable

Describes the image stretch areas.

Constructors

ImageStretches
Link copied to clipboard
open fun ImageStretches(first: Float, second: Float)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

first
Link copied to clipboard
private val first: Float
second
Link copied to clipboard
private val second: Float