Leadtools.Annotations.Core Namespace > AnnContainer Class : Create Method |
public static AnnContainer Create( LeadPointD offset, LeadSizeD size, AnnContainerMapper mapper )
Public Shared Function Create( _ ByVal offset As LeadPointD, _ ByVal size As LeadSizeD, _ ByVal mapper As AnnContainerMapper _ ) As AnnContainer
public static AnnContainer Create( LeadPointD offset, LeadSizeD size, AnnContainerMapper mapper )
-(id) initOffset:(LeadPointD)anOffset size:(LeadSizeD)aSize mapper:(LTAnnContainerMapper*) aMapper;
public AnnContainer( LeadPointD offset, LeadSizeD size, AnnContainerMapper mapper )
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.