Interface IHandleShape
public interface IHandleShape : IShape, ICloneable
- Inherited Members
- Extension Methods
Properties
Handles
List<IHandle> Handles { get; }
Property Value
Methods
InvalidateHandles()
void InvalidateHandles()
public interface IHandleShape : IShape, ICloneable
List<IHandle> Handles { get; }
void InvalidateHandles()