Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPointHitTestVisitor Class
Fields Properties Methods


In This Topic
    NPointHitTestVisitor Class Members
    In This Topic

    The following tables list the members exposed by NPointHitTestVisitor.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the currently visited visual (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public PropertyGets the hit test filter  
    Public PropertyGets the point to hit test with in the current target coordinate system.  
    Public PropertyGets the point to hit test with in scene coordinates.  
    Top
    Public Methods
     NameDescription
    Public MethodGiven two outlines - inner and outer - fetches a path that bounds the enclosed interior. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodOverloaded. Fetches a new or recycled graphics path (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current display clipping region in current local coordinates. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current display clipping region in scene coordinates. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current transformation from scene to local coordinates (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current clipping region in current local coordinates. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current clipping region in scene coordinates. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodGets the current transformation from local to scene coordinates (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodDetermines whether the display scene clip is empty or not. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodPops the peak clipping path from the clip stack and makes it the current one. Returns the previous clip right path. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodPops the peak transform from the transform stack and makes it the current one. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodCalled after the visitor has visited the node children (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodCalled before the visitor visits the node children (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodOverloaded. Pushes the current clip to the clip stack and makes the current clip equal to the intersection of the old clipping path and the specified path. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodPushes the current transformation to the transform stack and makes the current transform equal to the multiplication of the specified transform and the previous one. (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodRecycles the specified path (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Public MethodOverridden. Determines whether the visitor needs to visit of the specified displayable branch.  
    Public MethodPerforms the children display traversal of the specified display node (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Top
    Protected Methods
     NameDescription
    Protected MethodHit tests by point the specified hit testable by taking into account the installed hit test filter  
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Protected MethodCalled when the scene clip has changed (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Protected MethodOverridden. Called when the scene transform has changed  
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Internal Method (Inherited from Nevron.Nov.Dom.NDisplayVisitor)
    Top
    See Also