GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / UnrotatedCenter Property
In This Topic
    UnrotatedCenter Property
    In This Topic
    Gets the center point of the UnrotatedBounds.
    Syntax
    [Browsable(false)]
    public PointF UnrotatedCenter {get;}
    Remarks
    This is the center that the shape rotated about. Unlike GoObject.Center, this point does not move when the shape is rotated.
    See Also