Leadtools.Annotations.Core Namespace : AnnContainer Class |
The following tables list the members exposed by AnnContainer.
Name | Description | |
---|---|---|
AnnContainer Constructor | Initializes a new AnnContainer with default settings. |
Name | Description | |
---|---|---|
ActiveLayer | Gets or sets the active layer in this container. | |
Children | Gets the collection of AnnObjects in this AnnContainer. | |
Fill | Gets or sets the object to use when filling the interior of this AnnContainer. | |
HitTestBehavior | Gets or sets a value that determines how objects are hit-tested using a selection rectangle. | |
HitTestBuffer | Gets or sets the threshold buffer value for hit testing. | |
IsEnabled | Gets or sets a value indicating whether the object is enabled. | |
IsVisible | Gets or sets a value indicating whether the object is visible. | |
Labels | Gets the collection of labels to render on top of this AnnContainer. | |
Layers | Gets the collection of AnnLayers in this AnnContainer. | |
Mapper | Gets or sets the mapper for this AnnContainer. | |
Offset | Gets or sets the offset of this AnnContainer. | |
PageNumber | Gets or sets the page number associated with this AnnContainer. | |
Resources | Gets or sets the annotations resources used by this container. | |
SelectionObject | Gets or sets the selection object used by this AnnContainer. | |
Size | Gets or sets the size of this AnnContainer. | |
Stroke | Gets or sets the object to use when drawing the border of this AnnContainer. | |
UserData | Gets or sets a user-defined value associated with this container | |
UserMode | Gets or sets the user mode. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this AnnContainer object. | |
Create | Creates a new AnnContainer with the specified offset, size and mapper. | |
HitTestPoint | Performs hit-testing on this AnnContainer at the specified point. | |
HitTestRect | Performs hit-testing on this AnnContainer at the specified rectangle. | |
Resize | Resizes this container to the speccified size using the specified options. | |
Select | For internal use. | |
Unselect | For internal use. |
Name | Description | |
---|---|---|
ObjectAdded | Occurs when an object is added to the AnnContainer. AnnObjectCollectionEventArgs | |
ObjectRemoved | Occurs when an object is removed from the AnnContainer. AnnObjectCollectionEventArgs | |
ObjectsPropertyChanged | Occurs when any property of any AnnObject in this container changes. AnnPropertyChangedEventArgs |