Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSnapManager Class
Members


In This Topic
    NSnapManager Class
    In This Topic
    An instance of the NSnapManager class is used to provide each drawing view with the abilitiy to snap bounds, points and angles
    Object Model
    NSnapManager Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Internal.plfE, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NSnapManager 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NSnapManager
    [System.ComponentModel.Editor(Nevron.Internal.plfE, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NSnapManager : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    An instance of this class can be obtained from the SnapManager property of the NDrawingView class
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.WinForm.NSnapManager

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also