NevronOpenVision
Nevron.Nov.Diagram.DrawingTools Namespace / NRectangleSelectTool Class
Fields Properties Methods Events


In This Topic
    NRectangleSelectTool Class Members
    In This Topic

    The following tables list the members exposed by NRectangleSelectTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRectangleSelectTool  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StartMoveDistance property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the stroke property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the distance after which the rectangle dragging starts. If the user presses the left mouse button, but does not move the mouse more than this distance, the move will not be started.  
    Public PropertyGets or sets the stroke that is used for the display of the selection rectangle  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets whether the tool is considered dragged when activated. This property is automatically set to true when the mouse has travelled a certain distance since the tool was activated.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes the mouse move event  
    Public MethodOverridden. Called to update the visual aids of this tool.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to return true, if the shape was actually moved.  
    Protected MethodDestroys the rectangle aid.  
    Protected MethodOverridden. Called when the tool was activated.  
    Protected MethodOverridden. Called when the tool was deactivated. Raises the Deactivated event  
    Protected MethodTries to get the selection rectangle in drawing coordinates.  
    Protected MethodCreates the rectangle aid if needed and updates it.  
    Top
    See Also