Go to the source code of this file.
◆ AGSSketchResizeMode
Specifies how geometries can be resized.
- Since
- 100.3
Enumerator |
---|
AGSSketchResizeModeNone | Resizing not allowed.
|
AGSSketchResizeModeStretch | Resizing is free-form and may change the aspect-ratio of the geometry.
|
AGSSketchResizeModeUniform | Resizing is proportional, preserving the aspect-ratio of the geometry.
|
◆ AGSSketchVertexEditMode
Specifies permitted operations on the vertices of the geometry.
- Since
- 100.2
Enumerator |
---|
AGSSketchVertexEditModeInteractionEdit | Users can interactively select, add, remove, and move vertices.
|
AGSSketchVertexEditModeSelectOnly | Users can interactively only select vertices. Vertices cannot be added, moved, or removed interactively.
|