NevronOpenVision
Nevron.Nov.Dom Namespace / NDisplayVisitor Class
Fields Properties Methods


NDisplayVisitor Class Members

The following tables list the members exposed by NDisplayVisitor.

Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets the currently visited visual  
Top
Public Methods
 NameDescription
Public MethodGiven two outlines - inner and outer - fetches a path that bounds the enclosed interior.  
Public MethodOverloaded. Fetches a new or recycled graphics path  
Public MethodGets the current display clipping region in current local coordinates.  
Public Method  
Public MethodGets the current display clipping region in scene coordinates.  
Public MethodGets the current transformation from scene to local coordinates  
Public MethodGets the current clipping region in current local coordinates.  
Public MethodGets the current clipping region in scene coordinates.  
Public MethodGets the current transformation from local to scene coordinates  
Public MethodDetermines whether the display scene clip is empty or not.  
Public MethodPops the peak clipping path from the clip stack and makes it the current one. Returns the previous clip right path.  
Public MethodPops the peak transform from the transform stack and makes it the current one.  
Public MethodCalled after the visitor has visited the node children  
Public MethodCalled before the visitor visits the node children  
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.  
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.  
Public MethodRecycles the specified path  
Public MethodDetermines whether the visitor needs to visit of the specified displayable branch.  
Public MethodPerforms the children display traversal of the specified display node  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Methodstatic (Shared in Visual Basic)  
Protected MethodCalled when the scene clip has changed  
Protected MethodCalled when the scene transform has changed  
Top
See Also