GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTriangle Class / A Property
In This Topic
    A Property (GoTriangle)
    In This Topic
    Gets or sets this triangle's first point.
    Syntax
    [Category("Bounds")]
    [TypeConverter(Northwoods.Go.GoPointFConverter)]
    [Description("The first of three points in this triangle.")]
    public PointF A {get; set;}

    Property Value

    The PointF value is in document coordinates. The initial value is (0, 0).
    Remarks
    B. C.
    See Also