Gets or sets an array of LeadPoint structures that represent four points on the curve.
public LeadPoint[] InPoints { get; set; }
Public Property InPoints As Leadtools.LeadPoint()
public:
property Leadtools.array<LeadPoint>^ InPoints {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
Array of 4 points that will be used to form the curve. The first point represents the start point of the curve. The second point represents the point at 1/3 length between the first and the last point of the curve. The third point represents the point at 2/3 length between the first and the last point of the curve. The fourth point represents the last point of the 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