Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Create Method (AnnContainer)






The offset for the new AnnContainer in annotation units (1/720 of an inch).
The size for the new AnnContainer in annotation units (1/720 of an inch).
The mapper to use in this container when converting display, container and image coordinates.
Creates a new AnnContainer with the specified offset, size and mapper.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal offset As LeadPointD, _
   ByVal size As LeadSizeD, _
   ByVal mapper As AnnContainerMapper _
) As AnnContainer
-(id) initOffset:(LeadPointD)anOffset
            size:(LeadSizeD)aSize
          mapper:(LTAnnContainerMapper*) aMapper;
            
public AnnContainer(
   LeadPointD offset,
   LeadSizeD size,
   AnnContainerMapper mapper
)
            
 function Leadtools.Annotations.Core.AnnContainer.Create( 
   offset ,
   size ,
   mapper 
)

Parameters

offset
The offset for the new AnnContainer in annotation units (1/720 of an inch).
size
The size for the new AnnContainer in annotation units (1/720 of an inch).
mapper
The mapper to use in this container when converting display, container and image coordinates.

Return Value

The newly created AnnContainer object.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnContainer Class
AnnContainer Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features