Name | Description | |
---|---|---|
![]() | FetchInteriorPath | Given two outlines - inner and outer - fetches a path that bounds the enclosed interior. |
![]() | FetchPath | Overloaded. Fetches a new or recycled graphics path |
![]() | GetDisplayLocalClip | Gets the current display clipping region in current local coordinates. |
![]() | GetDisplayLocalClipBounds | |
![]() | GetDisplaySceneClip | Gets the current display clipping region in scene coordinates. |
![]() | GetInvertTransform | Gets the current transformation from scene to local coordinates |
![]() | GetLocalClip | Gets the current clipping region in current local coordinates. |
![]() | GetSceneClip | Gets the current clipping region in scene coordinates. |
![]() | GetTransform | Gets the current transformation from local to scene coordinates |
![]() | IsDisplayClipEmpty | Determines whether the display scene clip is empty or not. |
![]() | PopClip | Pops the peak clipping path from the clip stack and makes it the current one. Returns the previous clip right path. |
![]() | PopTransform | Pops the peak transform from the transform stack and makes it the current one. |
![]() | PostVisit | Called after the visitor has visited the node children |
![]() | PreVisit | Called before the visitor visits the node children |
![]() | PushClip | Overloaded. 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. |
![]() | PushTransform | Pushes the current transformation to the transform stack and makes the current transform equal to the multiplication of the specified transform and the previous one. |
![]() | Recycle | Recycles the specified path |
![]() | SkipBranchTraversal | Determines whether the visitor needs to visit of the specified displayable branch. |
![]() | VisitDisplayChildren | Performs the children display traversal of the specified display node |