Draws a polyline by two specified points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Sub DrawLine( _ ByVal p1 As Point, _ ByVal p2 As Point _ ) |
Parameters
-
p1
-
Type: Point
The first point
-
p2
-
Type: Point
The second point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also