[]
Represents the presentation space object container.
[TypeConverter(typeof(TypeConverter))]
public class PSContainer : PSObject, ISerializeSupport, IPdfSupportPSObject, ISerializable, IDeserializationCallback
<TypeConverter(GetType(TypeConverter))>
Public Class PSContainer
Inherits PSObject
Implements ISerializeSupport, IPdfSupportPSObject, ISerializable, IDeserializationCallback
| Name | Description |
|---|---|
| PSContainer() | Creates a new presentation space object container. |
| PSContainer(SerializationInfo, StreamingContext) | Creates a new container object from serialization. |
| Name | Description |
|---|---|
| ChildContains(Point, bool) | Gets the child object in this container that contains the screen location. |
| ClearObjects() | Removes all the objects from the container. |
| Dispose(bool) | Cleans up any resources being used. |
| ElementDeletedNotify(object, object) | Handles element deleted notification. |
| ElementNotify(object, object) | Handles element notification. |
| Find(int) | Finds an object in the collection that matches the specified unique identifier. |
| GetMaxExtent() | Gets the size of the largest contained objects. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the shape object. |
| GetPrintMaxExtent() | Gets the size of the largest contained objects. |
| IndexOf(int) | Get the index of an object in the collection. |
| MoveChildren(int, int) | Moves the objects in the container by a specified amount. |
| OnDeserialization(object) | Internal use only. |
| PaintElements(Graphics, Rectangle) | Paints the object container. |
| PrintElements(Graphics, Rectangle) | Prints the object container. |
| PrintElements(Graphics, Rectangle, float) | Prints the object container with zooming. |
| Serialize(XmlTextWriter) | Saves the container object to XML. |