Represents a helper method to draw a closed curve in a HTML 5 canvas context.
static drawClosedCurve(context: CanvasRenderingContext2D, points: LeadPointD[], tension: number): void;
context
The destination canvas context.
points
The curve points.
tension
The tension value to use.
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