The following tables list the members exposed by AnnContainer.
| Name | Description | |
|---|---|---|
| AnnContainer Constructor | Initializes a new instance of the AnnContainer class. |
| Name | Description | |
|---|---|---|
| Bounds | Gets or sets the rectangle that represents the bounds of the AnnContainer. |
| DrawLockedInRunMode | Gets or sets a value indicating whether to draw locked objects with the lock symbol when the container is in the run mode. |
| InvalidRectangle | Gets the rectangle that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object. |
| LockPicture | Gets or sets the AnnPicture used when drawing the locked symbol for locked objects. |
| Name | Gets or sets the name of the AnnContainer. |
| Objects | Gets the collection of objects in this AnnContainer. |
| Transform | Gets or sets the transform Matrix of AnnContainer. |
| UnitConverter | Gets or sets the AnnUnitConverter that will be used in the AnnContainer object. |
| UserMode | Gets or sets the current annotation user mode. |
| Visible | Gets or sets a value indicating whether this AnnContainer is visible. |
| Name | Description | |
|---|---|---|
| Clone | Creates an exact copy of this AnnContainer object. |
| DisableDrawObjectEvents | Stops this AnnContainer from raising the BeforeDrawingObjects and AfterDrawingObjects events. |
| Dispose | Overloaded. Releases all resources used by this object. |
| Draw | Overloaded. Draws the container on the specified surface. |
| EnableDrawObjectEvents | Enables this AnnContainer from raising the BeforeDrawingObjects and AfterDrawingObjects events. |
| HitTest | Retrieves the object at the specified coordinates. |
| PopFixedState | Re-enables the fixed state of every AnnObject in the AnnContainer. |
| PushFixedState | Temporarily disables the fixed state of every AnnObject in the AnnContainer. |
| ToString | Overridden. Overridden. Converts the attributes of this AnnContainer to a human-readable string. |
| Name | Description | |
|---|---|---|
| Finalize | Overridden. This member overrides Finalize. |
| OnAfterDrawingObjects | Raises the AfterDrawingObjects event. |
| OnBeforeDrawingObjects | Raises the BeforeDrawingObjects event. |
| Name | Description | |
|---|---|---|
| AfterDrawingObjects | Occurs during drawing after the objects are drawn. |
| BeforeDrawingObjects | Occurs during drawing before the objects are drawn. |