C#
VB
C++
Gets an array of LeadPoint structures that represent the Bezier curve's points.
public LeadPoint[] PathPoints { get; }
Public ReadOnly Property PathPoints As Leadtools.LeadPoint()
public:
property Leadtools.array<LeadPoint>^ PathPoints {
Leadtools.array<LeadPoint>^ get();
}
Array of points that form a Bezier curve.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET