'Declaration
Public Function New( _ ByVal pointBinder As PointBinder _ )
'Usage
Dim pointBinder As PointBinder Dim instance As New PointBinder(pointBinder)
public PointBinder( PointBinder pointBinder )
public: PointBinder( PointBinder^ pointBinder )
Parameters
- pointBinder
- The point binder to copy from.