C#
VB
C++
Helper method to convert array of LeadPointD to array of System.Drawing.PointF.
public static PointF[] ToPoints(
LeadPointD[] points
)
Public Shared Function ToPoints(
ByVal points() As LeadPointD
) As PointF()
public:
static array<PointF^>^ ToPoints(
array<LeadPointD^>^ points
)
points
The array of LeadPointD to convert.
Array of System.Drawing.PointF created.
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