MTPoint

public struct MTPoint : Codable, Sendable

Two numbers representing x and y screen coordinates in pixels.

  • Initializes the point with x and y values.

    Declaration

    Swift

    public init(x: Double, y: Double)