public MultipointBuilderEx( Multipoint multipoint )
Public Function New( _ ByVal multipoint As Multipoint _ )
Parameters
- multipoint
- The multipoint to copy which will initialize the builder. It cannot be null.
public MultipointBuilderEx( Multipoint multipoint )
Public Function New( _ ByVal multipoint As Multipoint _ )
Exception | Description |
---|---|
System.ArgumentNullException | The input multipoint is null. |
All attributes of the input multipoint are copied to the builder.
Target Platforms: Windows 10, Windows 8.1, Windows 7