Name | Description | |
---|---|---|
![]() | NCreateShapeTool Constructor | Overloaded. |
The following tables list the members exposed by NCreateShapeTool.
Name | Description | |
---|---|---|
![]() | NCreateShapeTool Constructor | Overloaded. |
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_EndPoint | The end point of the create element by two points tool. (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool) |
![]() | m_Preview | The element's preview. (Inherited from Nevron.Diagram.WinForm.NCreateElementTool) |
![]() | m_StartPoint | The start point of the create element by two points tool. (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool) |
Name | Description | |
---|---|---|
![]() | AbortKey | Gets/sets the tool abort key (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | 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) |
![]() | 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 | |
---|---|---|
![]() | CreateElement | Overridden. Overriden to clone the Shape with new id |
![]() | GetCurrentCursor | Overridden. Overriden to return the NDWFR.CursorCreateRectangle cursor |
![]() | RedefineElement | Overridden. Overriden to redefine a shape by two points |
![]() | 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) |
![]() | 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.NDragTool) |
![]() | VerifyNewStartMouseEvent | Verifies the specified new start mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |