| Name | Description | |
|---|---|---|
![]() | Add | Adds (appends) the item at the end of the collection |
![]() | AddRelative | Adds (appends) the item at the end of the collection and raises its Relative flag. |
![]() | ArcTo | Adds an ArcTo command |
![]() | CircularArcTo | Adds a CircularArcTo command |
![]() | Clear | Removes all children |
![]() | Contains | Queries whether this collection contains the specified element at least once |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. |
![]() | CubicBezierTo | Adds a CubicBezierTo command |
![]() | EllipticalArcTo | Adds an EllipticalArcTo command |
![]() | GetIterator | Gets an iterator that iterates through the children in forward order. |
![]() | GetPaintCacheMode | Overridden. Gets the mode in which this visual attemps to cache its display. |
![]() | GetReverseIterator | Gets an iterator that iterates throw the child elements in reverse order. |
![]() | HitTest | Overloaded. Overridden. Hit tests the geometry by point |
![]() | IndexOf | Returns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection. |
![]() | Insert | Inserts the item at the specified index |
![]() | LineTo | Adds a LineTo command expressed |
![]() | MoveTo | Overloaded. Adds a MoveTo command |
![]() | RelArcTo | Adds a relative ArcTo command |
![]() | RelCircularArcTo | Adds a relative CircularArcTo command |
![]() | RelCubicBezierTo | Adds a relative CubicBezierTo command |
![]() | RelEllipticalArcTo | Adds a relative EllipticalArcTo command |
![]() | RelLineTo | Adds a relative LineTo command expressed |
![]() | RelMoveTo | Overloaded. Adds a relative MoveTo command |
![]() | Remove | Removes the specified item. |
![]() | RemoveAt | Removes the item at the specified index |
![]() | ToArray | Converts this set to an array. |
![]() | TryGetDisplayBounds | Gets the display bounds of this geometry (i.e. the bounds of the path, inflated with all display inflates, in shape coordinates). |


