Nevron .NET Vision
Nevron.Diagram Namespace / NPointInfo Class
Fields


In This Topic
    NPointInfo Class Members
    In This Topic

    The following tables list the members exposed by NPointInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public FieldSpecifies whether the point is X moveable  
    Public FieldSpecifies whether the point is Y moveable  
    Public FieldIndex of the point. In case this is a port or control shape point this is the index of the shape point inside its collection. In case of a start plug this is 0. In case of an end plug this is 1. In case of geometry base or control point this is the index of the point. In case of geometry segment mid point this is the index of the segment.  
    Public FieldLocation (in scene coordinates)  
    Public FieldReference to the element, which provided information about the point. In case of a shape point this can be a reference to a plug, port or control point. In case of geometry point this can be a reference to a model.  
    Public FieldReference to the shape to which the point belongs. In case of a shape point this is the shape to which the point belongs. In case of a geometry point this is the shape in which the model resides.  
    Public FieldTooltip associated with the point  
    Public FieldType of the point  
    Top
    See Also