NevronOpenVision
Nevron.Nov.Diagram Namespace / NShapePoint<TGlue> Class
Fields Properties Methods Events


In This Topic
    NShapePoint<TGlue> Class Members
    In This Topic

    The following tables list the members exposed by NShapePoint<TGlue>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Glue child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LocationChanged event  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NShapePoint  
    Public Fieldstatic (Shared in Visual Basic)Reference to the X property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Y property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the point glue that glues the point X and Y and other properties. Use the Glue() methods for an easier way to work with glue.  
    Public PropertyGets or sets the point X coordinate  
    Public PropertyGets or sets the point Y coordinate  
    Top
    Public Methods
     NameDescription
    Public MethodGets the point location (in shape coordinates)  
    Public MethodGets the point location (in page coordinates)  
    Public MethodMust overriden to set the location of the shape point.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the location of the shape point has changed. Raises the LocationChangedEvent.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the location of the shape point has changed.  
    Top
    See Also