<< Click to Display Table of Contents >> NShape Reference
|
A read-only collection of shapes sorted by z-order.
public interface IReadOnlyShapeCollection : IReadOnlyCollection<Shape> |
A read-only collection of shapes sorted by z-order.
Name |
Description |
---|---|
Bottom |
Retrieves the bottom shape. |
BottomUp |
Enumerates all shapes of the collection from the bottom shape to the topmost shape (from lowest z-orders to the highest). |
MaxZOrder |
Retrieves the greatest z-order value in the collection |
MinZOrder |
Retrieves the z-order value within the collection. |
TopDown |
Enumerates all shapes of the collection from the topmost shape to the bottom shape (from highest z-orders to the lowest). |
TopMost |
Retrieves the topmost shape. |
Name |
Description |
---|---|
FindShape |
Finds a shape |
FindShapes |
Finds all shapes. Shapes can appear multiple times! |
Namespace: Dataweb.NShape.Advanced
Assembly: Dataweb.NShape