Contains possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Enumeration ResizeMode
public enum ResizeMode
Member name | Description | |
---|---|---|
None |
User cannot resize the rectangle. However you can still update Rectangle property. |
|
Proportional |
User can resize the rectangle only with fixed aspect ratio. |
|
Arbitrary |
User can resize the rectangle without keeping the aspect ratio. |