Adds a point with x,y coordinates into the clip points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub AddPoint( _ ByVal x As Double, _ ByVal y As Double _ ) |
Parameters
-
x
-
Type: double
x coordinate
-
y
-
Type: double
y coordinate
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also