Transform
public struct Transform : XMLRepresentable
Undocumented
-
The parameters associated with the transform adjustment.
Declaration
Swift
public var parameters: [Parameter] -
A Boolean value indicating whether the transform adjustment is enabled.
Declaration
Swift
public var isEnabled: Bool -
The position of the transform adjustment.
Declaration
Swift
public var position: Point -
The scale of the transform adjustment.
Declaration
Swift
public var scale: Point -
The rotation of the transform adjustment.
Declaration
Swift
public var rotation: Double -
The anchor point of the transform adjustment.
Declaration
Swift
public var anchor: Point -
Initializes a new transform adjustment.
Parameters
positionThe position of the transform adjustment.
scaleThe scale of the transform adjustment.
rotationThe rotation of the transform adjustment.
anchorThe anchor point of the transform adjustment.
-
Declaration
Swift
public init(from decoder: Decoder) throws
Transform Structure Reference