Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnCrossProductObject Class : IntersectionPoint Property |
public LeadPointD IntersectionPoint {get; set;}
'Declaration
Public Property IntersectionPoint As LeadPointD
public LeadPointD IntersectionPoint {get; set;}
@property (nonatomic) LeadPointD intersectionPoint;
public LeadPointD getIntersectionPoint() public void setIntersectionPoint(LeadPointD intersectionPoint)
get_IntersectionPoint();
set_IntersectionPoint(value);
Object.defineProperty('IntersectionPoint');
The intersection point of a cross-product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.