API Documentation > CorelDRAW > 2025-v26
CrossPoint class
Represents a point where curve segments intersect. This point is called an intersection point, or a crosspoint.
Syntax:
Class CrossPoint
Remarks:
The CrossPoint class represents a point where curve segments intersect. This point is called an intersection point, or a crosspoint. A collection of crosspoints is returned by the SubPath.GetIntersections and Segment.GetIntersections methods.
Properties:
Name Description
Offset Offset of intersection point along the first path
Offset2 Offset of intersection point along the second path
PositionX Horizontal coordinate of intersection
PositionY Vertical coordinate of intersection