LineGeometry

Inheritance: Geometry AvaloniaUI documentation: LineGeometry API

Constructors

Properties

Usages

LineGeometry(Point(10., 20.), Point(100., 130.))

Get access to the underlying LineGeometry

let geometryRef = ViewRef<LineGeometry>()

LineGeometry(Point(10., 20.), Point(100., 130.))
    .reference(geometryRef)

Last updated