GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / UnrotatedBounds Property
In This Topic
    UnrotatedBounds Property
    In This Topic
    Gets or sets the Bounds of this shape if the Angle were zero.
    Syntax
    [Category("Bounds")]
    [Description("The Bounds this shape would have if the angle were zero.")]
    public RectangleF UnrotatedBounds {get; set;}
    See Also