Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSnapManager Class
Properties Methods


In This Topic
    NSnapManager Class Members
    In This Topic

    The following tables list the members exposed by NSnapManager.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyControls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.  
    Public PropertyControls the step to which rotation angles are snapped. Measured in degress.  
    Public PropertyGets/sets the targets to which geometry base points should snap when interactively modified  
    Public PropertyGets/sets the targets to which geometry control points should snap when interactively modified  
    Public PropertyGets/sets the targets to which control points should snap when interactively modified  
    Public PropertyGets/sets the targets to which pin points should snap when interactively modified  
    Public PropertySpecifies whether rotation angles must be snapped  
    Public PropertyGets/sets the targets to which rotators should snap when interactively modified  
    Public PropertyGets/sets the targets to which shape control points should snap when interactively modified  
    Public PropertyGets/sets the targets to which shape plugs should snap when interactively modified  
    Public PropertyGets/sets the targets to which shape ports should snap when interactively modified  
    Public PropertyGets/sets the snapping strengh of the objects to which it is possible to snap  
    Public PropertyGets/sets the targets to which object bounds and points should be snapped. For point snapping the targets to which the point should snap are computed by intersecting the SnapTo targets with the individual SnapTo setting for the specific point type.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverridden.   
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public MethodSnaps the specified bounds in accordance with the SnapTo settings  
    Public MethodSnaps a rotated bounds or scene bounds point  
    Public MethodSnaps a geometry base point  
    Public MethodSnaps a geometry control point  
    Public MethodSnaps a geometry mid point  
    Public MethodSnaps a pin point  
    Public MethodSnaps the specified rotation angle  
    Public MethodSnaps a rotator point  
    Public MethodSnaps a shape  
    Public MethodSnaps a shape control point  
    Public MethodSnaps a shape end plug  
    Public MethodSnaps a shape port  
    Public MethodSnaps a shape start plug  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodProvides an up to date snapping context for X and Y coordinate snappers  
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Snaps the point to ports, geometry points, guidelines, grid and rulers  
    Protected MethodTries to snap the specified X coordinate. X coordinates can only be snapped to guidelines, rulers and grid  
    Protected MethodTries to snap the specified Y coordinate. Y coordinates can only be snapped to guidelines, rulers and grid  
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also