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. |
![]()
| EnableSnapToGrid | Gets or sets a value to determine whether snapping to grid is enabled for this AnnContainer. |
![]()
| 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. |
![]()
| SnapToGridOptions | Gets or sets the snap to grid options for 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 AnnContainer.BeforeDrawingObjects and AnnContainer.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 AnnContainer.BeforeDrawingObjects and AnnContainer.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. Converts the attributes of this AnnContainer to a human-readable string. |
| Name | Description | |
|---|---|---|
![]()
| Finalize | This member overrides System.Object.Finalize. |
![]()
| OnAfterDrawingObjects | Raises the AnnContainer.AfterDrawingObjects event. |
![]()
| OnBeforeDrawingObjects | Raises the AnnContainer.BeforeDrawingObjects event. |
| Name | Description | |
|---|---|---|
![]()
| AfterDrawingObjects | Occurs during drawing after the objects are drawn. |
![]()
| BeforeDrawingObjects | Occurs during drawing before the objects are drawn. |




