TextOffset
public struct TextOffset : Equatable
TextOffset represented by two points.
-
TextOffset init method.
Declaration
Swift
public init(x: Double, y: Double)Parameters
xThe x-axis offset in points.
yThe y-axis offset in points.
TomTom SDK for iOS (0.53.1)
TextOffset