Name | Description | |
---|---|---|
![]() | NCreatePolylineTool Constructor | Default constructor |
The following tables list the members exposed by NCreatePolylineTool.
Name | Description | |
---|---|---|
![]() | NCreatePolylineTool Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | m_bIsActive | Indicates whether this tool is active. (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | m_Element | The created element. (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | m_Preview | The element's preview. (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
Name | Description | |
---|---|---|
![]() | AbortKey | Gets/sets the tool abort key (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | AddPointMouseEvent | Gets/sets the add new point mouse event (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | Enabled | Gets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | EndMouseEvent | Gets/sets the tool end (deactivation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | Name | Gets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | SelectNewElement | Specifies whether the newly created element must be selected (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | StartMouseEvent | Gets/sets the tool start (activation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
Name | Description | |
---|---|---|
![]() | Element | Obtains a reference to the real element which is going to be added to the document (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | OperatesInWindowArea | Determines whether the tool operates in the view window area (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | Points | Obtains a reference to the accumulated points (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | Preview | Obtains a reference to the preview element (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | RequiresTargetLayer | Determines whether the tool requires an active document layer (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | StartMouseInfo | Obtains the mouse info when the tool was activated (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | TargetLayer | Gets the target layer of this tool (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
Name | Description | |
---|---|---|
![]() | AddNewPoint | Adds a new point (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | CanAddNewPoint | Determines whether a new point can be added (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | CreateElement | Overridden. Overriden to call the CreatePolyline method of the ElementFactory |
![]() | GetCurrentCursor | Overridden. Overriden to return the NDWFR.CursorCreatePolygon cursor |
![]() | RedefineElement | Redefines the element points (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | RequestReadyToActivateCursor | Called when the tool is inactive but is ready to be activated and requests a cursor for visual feedback (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | VerifyAddPointMouseEvent | Verifies the specified new add point mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | VerifyNewAbortKey | Verifies the specified new about key and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | VerifyNewEndMouseEvent | Verifies the specified new end mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NCreatePolypathTool) |
![]() | VerifyNewStartMouseEvent | Verifies the specified new start mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |