Creates a new AnnContainer with the specified offset, size and mapper.
public static AnnContainer Create(
LeadPointD offset,
LeadSizeD size,
AnnContainerMapper mapper
)
Public Shared Function Create( _
ByVal offset As Leadtools.LeadPointD, _
ByVal size As Leadtools.LeadSizeD, _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper _
) As Leadtools.Annotations.Core.AnnContainer
public static Leadtools.Annotations.Core.AnnContainer Create(
Leadtools.LeadPointD offset,
Leadtools.LeadSizeD size,
Leadtools.Annotations.Core.AnnContainerMapper mapper
)
-(id) initOffset:(LeadPointD)anOffset
size:(LeadSizeD)aSize
mapper:(LTAnnContainerMapper*) aMapper;
function Leadtools.Annotations.Core.AnnContainer.Create(
offset ,
size ,
mapper
)
public:
static AnnContainer^ Create(
LeadPointD^ offset,
LeadSizeD^ size,
AnnContainerMapper^ mapper
)
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET