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
position
The position of the transform adjustment.
scale
The scale of the transform adjustment.
rotation
The rotation of the transform adjustment.
anchor
The anchor point of the transform adjustment.
-
Declaration
Swift
public init(from decoder: Decoder) throws