Represents a generic collection of System.Drawing.PointF objects.
[DefaultMemberAttribute("Item")]
public class MedicalViewerPointCollection<T> : RasterCollection<PointF>
Public Class MedicalViewerPointCollection(Of PointF)
Inherits Leadtools.Leadtools.RasterCollection(Of PointF)
Implements System.Collections.Generic.ICollection(Of PointF), System.Collections.Generic.IEnumerable(Of PointF), System.Collections.Generic.IList(Of PointF), System.Collections.IEnumerable
generic<typename PointF>
public ref class MedicalViewerPointCollection : public Leadtools.Leadtools.RasterCollection<PointF>, System.Collections.Generic.ICollection<PointF>, System.Collections.Generic.IEnumerable<PointF>, System.Collections.Generic.IList<PointF>, System.Collections.IEnumerable
Type Parameters
PointF
The Generic MedicalViewerPointCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.
For an example, refer to MedicalViewerMPRPolygon
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