Leadtools.Annotations.Core Namespace > AnnCrossProductObject Class : IntersectionPoint Property |
public LeadPointD IntersectionPoint {get; set;}
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.