Leadtools.Annotations.Core Namespace > AnnCrossProductObject Class : SecondStartPoint Property |
public LeadPointD SecondStartPoint {get; set;}
Public Property SecondStartPoint As LeadPointD
public LeadPointD SecondStartPoint {get; set;}
@property (nonatomic) LeadPointD secondStartPoint;
public LeadPointD getSecondStartPoint() public void setSecondStartPoint(LeadPointD secondStartPoint)
get_SecondStartPoint();
set_SecondStartPoint(value);
Object.defineProperty('SecondStartPoint');
The intersection point of a cross-product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.