Line

public struct Line : Encodable

Undocumented

  • Sets the color of line bounding the box(es).

    Declaration

    Swift

    public var color: Color?
  • Sets the width (in px) of line bounding the box(es).

    Declaration

    Swift

    public var width: Double?
  • Creates Line object with specified properties.

    Declaration

    Swift

    public init(color: Color? = nil, width: Double? = nil)

    Parameters

    color

    Sets the color of line bounding the box(es).

    width

    Sets the width (in px) of line bounding the box(es).