Trapezoid
public struct Trapezoid
extension Trapezoid: Shape
Undocumented
-
Undocumented
Declaration
Swift
public var leadingAnchor: RectangleCorner
-
Undocumented
Declaration
Swift
public var trailingAnchor: RectangleCorner
-
Undocumented
Declaration
Swift
public var leadingLegInsetPercentage: CGFloat
-
Undocumented
Declaration
Swift
public var trailingLegInsetPercentage: CGFloat
-
Undocumented
Declaration
Swift
public init( leadingAnchor: RectangleCorner = .bottomLeading, trailingAnchor: RectangleCorner = .bottomTrailing, leadingLegInsetPercentage: CGFloat = CGFloat(25.0), trailingLegInsetPercentage: CGFloat = CGFloat(25.0) )
-
Undocumented
Declaration
Swift
public init( leadingAnchor: RectangleCorner, leadingLegInsetPercentage: CGFloat, trailingLegInsetPercentage: CGFloat )
-
Declaration
Swift
public func path(in rect: CGRect) -> Path
-
Declaration
Swift
public var animatableData: AnimatablePair<CGFloat, CGFloat> { get set }