Search Results for

    Show / Hide Table of Contents

    Class PathAnnotation.LineF

    Describes two points in graph space and a line between them
    Inheritance
    object
    PathAnnotation.LineF
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui.Graphs
    Assembly: Terminal.Gui.dll
    Syntax
    public class PathAnnotation.LineF

    Constructors

    | Edit this page View Source

    LineF(PointF, PointF)

    Creates a new line between the points
    Declaration
    public LineF(PointF start, PointF end)
    Parameters
    Type Name Description
    PointF start
    PointF end

    Properties

    | Edit this page View Source

    End

    The end point of the line
    Declaration
    public PointF End { get; }
    Property Value
    Type Description
    PointF
    | Edit this page View Source

    Start

    The start of the line
    Declaration
    public PointF Start { get; }
    Property Value
    Type Description
    PointF
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX