Parameter | Type | Description |
---|---|---|
offset | LeadPointD | The offset for the new AnnContainer in annotation units. |
size | LeadSizeD | The size for the new AnnContainer in annotation units. |
mapper | AnnContainerMapper | The mapper to use in this container when converting display, container and image coordinates. |
Type | Description |
---|---|
AnnContainer | The newly created AnnContainer object. |
This method creates a new container and sets offset into Offset, size into Size and mapper into Mapper.
If the value of mapper is null, then AnnContainerMapper.CreateDefault will be used to create a mapper.