PointCollection Class
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
[TypeConverterAttribute(typeof(PointCollectionConverter))] public sealed class PointCollection : Freezable, IFormattable, IList, ICollection, IList<Point>, ICollection<Point>, IEnumerable<Point>, IEnumerable
/** @attribute TypeConverterAttribute(System.Windows.Media.PointCollectionConverter) */ public final class PointCollection extends Freezable implements IFormattable, IList, ICollection, IList<Point>, ICollection<Point>, IEnumerable<Point>, IEnumerable
TypeConverterAttribute(System.Windows.Media.PointCollectionConverter) public final class PointCollection extends Freezable implements IFormattable, IList, ICollection, IList<Point>, ICollection<Point>, IEnumerable<Point>, IEnumerable
<PointCollection .../>
<object> <object.property> oneOrMorePointObjectElements </object.property> </object>
<object property="oneOrMorePoints"/>
oneOrMorePoints One or more Point values, with each pair delimited by a single comma and/or one or more spaces. Point [delimeter Point ]* For example, "0,0 100,100 200,100" and "0,0,100,100,200,100" are both valid. oneOrMorePointObjectElements One or more Point values, declared using object element syntax.
Except as noted, members of this class behave exactly as described by the IList, ICollection, and IEnumerable documentation.
Freezable Features: Because it inherits from the Freezable class, the PointCollection class provides several special features: PointCollection objects can be declared as resources, shared among multiple objects, made read-only to improve performance, cloned, and made thread-safe. For more information about the different features provided by Freezable objects, see the Freezable Objects Overview.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.PointCollection
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.