PESDKFileTransformOptions

class PESDKFileTransformOptions : PESDKFileOperation.Options
class PESDKFileTransformOptions : PESDKFileOperation.Options

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String

Properties

dimensions
Link copied to clipboard

The output dimensions of this operation.

var dimensions: PESDKFileDimensions?

The output dimensions of this operation.

var dimensions: PESDKFileDimensions?
end
Link copied to clipboard

The lower right corner of the crop area, relative to the image's bounding rectangle. (Required)

lateinit var end: PESDKFileVector

The lower right corner of the crop area, relative to the image's bounding rectangle. (Required)

lateinit var end: PESDKFileVector
identifier
Link copied to clipboard

The Android identifier of the crop for legacy content.

var identifier: String?

The Android identifier of the crop for legacy content.

var identifier: String?
meta
Link copied to clipboard

Some meta information of the of this operation.

var meta: PESDKFileMetaData?

Some meta information of the of this operation.

var meta: PESDKFileMetaData?
rotation
Link copied to clipboard

The "straighten" rotation value in radians.

var rotation: Double?

The "straighten" rotation value in radians.

var rotation: Double?
start
Link copied to clipboard

The upper left corner of the crop area, relative to the image's bounding rectangle. (Required)

lateinit var start: PESDKFileVector

The upper left corner of the crop area, relative to the image's bounding rectangle. (Required)

lateinit var start: PESDKFileVector