← Back to carmenta.com
Carmenta Engine SDK Documentation
×

An Overview of the Carmenta Engine Tool Samples

Each tool sample resides in its own zip archive.

The 'Custom Tool' sample application.

The sample application demonstrates four different ways of implementing a custom tool or changing the way a built-in tool works.

  1. StandardTool - A normal StandardTool that the application modifies by adding handler for the StandardTool.Interacting event to stop the tool from editing circles features.

  2. CreateCircleTool - ITool implementation that lets a user create new circle features in a MemoryDataSet.

  3. EditCircleTool - Inherits from StandardTool (so panning, zooming etc. works the same) but replaces the default edit functionality with its own that can move and resize circle features, created by the CreateCircleTool, correctly. This tool also changes the mouse cursor to indicate which part of a circle the mouse is hovering over.

  4. RectangleZoomTool - ITool implementation that lets a user zoom to an area by pressing down the left mouse button and then drag the mouse to select a rectangular area of interest. This tool takes over all drawing operations while it is active.

The implementation details are described in the sample source files.

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept