ShapeSegmentPathCollection

ShapeSegmentPathCollection class

يمثل مسار إنشاء يتكون من سلسلة من الحركات والخطوط والمنحنيات التي عند دمجها ستشكل شكلًا هندسيًا.

public class ShapeSegmentPathCollection : CollectionBase<ShapeSegmentPath>

المنشئون

اسموصف
ShapeSegmentPathCollection()Default_Constructor

الخصائص

اسموصف
Capacity { get; set; }
Count { get; }
Item { get; }يحصلShapeSegmentPath الكائن .
Item { get; set; }

طُرق

اسموصف
Add(ShapePathType)أضف مسار مقطع في مسار الإنشاء.
BinarySearch(ShapeSegmentPath)
BinarySearch(ShapeSegmentPath, IComparer<ShapeSegmentPath>)
BinarySearch(int, int, ShapeSegmentPath, IComparer<ShapeSegmentPath>)
Clear()
Contains(ShapeSegmentPath)
CopyTo(ShapeSegmentPath[])
CopyTo(ShapeSegmentPath[], int)
CopyTo(int, ShapeSegmentPath[], int, int)
Exists(Predicate<ShapeSegmentPath>)
Find(Predicate<ShapeSegmentPath>)
FindAll(Predicate<ShapeSegmentPath>)
FindIndex(Predicate<ShapeSegmentPath>)
FindIndex(int, Predicate<ShapeSegmentPath>)
FindIndex(int, int, Predicate<ShapeSegmentPath>)
FindLast(Predicate<ShapeSegmentPath>)
FindLastIndex(Predicate<ShapeSegmentPath>)
FindLastIndex(int, Predicate<ShapeSegmentPath>)
FindLastIndex(int, int, Predicate<ShapeSegmentPath>)
GetEnumerator()
IndexOf(ShapeSegmentPath)
IndexOf(ShapeSegmentPath, int)
IndexOf(ShapeSegmentPath, int, int)
LastIndexOf(ShapeSegmentPath)
LastIndexOf(ShapeSegmentPath, int)
LastIndexOf(ShapeSegmentPath, int, int)
RemoveAt(int)

أنظر أيضا