(Leadtools.Annotations.Core)

PointsFromContainerCoordinates Method

Show in webframe





The source points. This value must not be null.
The source object fixed operation state.
Converts an array of points from container coordinates.
Syntax
public LeadPointD[] PointsFromContainerCoordinates( 
   LeadPointD[] points,
   AnnFixedStateOperations operation
)
Public Function PointsFromContainerCoordinates( _
   ByVal points() As LeadPointD, _
   ByVal operation As AnnFixedStateOperations _
) As LeadPointD()
public LeadPointD[] PointsFromContainerCoordinates( 
   LeadPointD[] points,
   AnnFixedStateOperations operation
)
-(LTLeadPointCollection*) pointsFromContainerCoordinates:(LTLeadPointCollection*) points
                                              operation:(LTAnnFixedStateOperations)operation;
            
public LeadPointD[] pointsFromContainerCoordinates(
   LeadPointD[] points,
   int annFixedStateOperations
)
            
 function Leadtools.Annotations.Core.AnnContainerMapper.PointsFromContainerCoordinates( 
   points ,
   operation 
)

Parameters

points
The source points. This value must not be null.
operation
The source object fixed operation state.

Return Value

An array containing the converted points.
Requirements

Target Platforms

See Also

Reference

AnnContainerMapper Class
AnnContainerMapper Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.