PathFigureCollection
PathFigureCollection
PathFigureCollection
PathFigureCollection
Class
Definition
Represents a collection of PathFigure objects that collectively make up the geometry of a PathGeometry.
public : sealed class PathFigureCollection
struct winrt::Windows::UI::Xaml::Media::PathFigureCollection
public sealed class PathFigureCollection
Public NotInheritable Class PathFigureCollection
<object>
<object.property>
oneOrMorePathFigures
</object.property>
</object>
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Enumerating the collection in C# or Microsoft Visual Basic
A PathFigureCollection is enumerable, so you can use language-specific syntax such as foreach in C# to enumerate the items in the collection. The compiler does the type-casting for you and you won't need to cast to IEnumerable<PathFigure>
explicitly. If you do need to cast explicitly, for example if you want to call GetEnumerator, cast to IEnumerable
Constructors
PathFigureCollection() PathFigureCollection() PathFigureCollection() PathFigureCollection() |
Initializes a new instance of the PathFigureCollection class. |
Properties
Size Size Size Size |
Gets the size (count) of the collection. |
Methods
See also
Feedback
Loading feedback...