GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanReshape Method
In This Topic
    CanReshape Method
    In This Topic
    Called to see if the user can reshape this object.
    Syntax
    public virtual bool CanReshape()
    Remarks
    This returns true if Reshapable, and, if this object is in a layer, if Layer.CanReshapeObjects. This object's parent need not be reshapable for this object to be reshapable. This predicate is used by GoToolResizing.
    See Also