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

    Property Value

    The PointF value is in document coordinates. The initial value is (0, 10).
    See Also