PointFCollection Constructor (PointF) |
Creates a new instance of PointFCollection specifying the initial points.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PointFCollection(
PointF[] points
)
Public Sub New (
points As PointF()
)
Parameters
- points
- Type: System.DrawingPointF
The initial points for this collection.
Exceptions Exception | Condition |
---|
| Thrown if the points parameter is null or contains no items. |
See Also