'Declaration Public Function New( _ ByVal plotArea As PolarPlotArea _ )
'Usage Dim plotArea As PolarPlotArea Dim instance As New PolarPlotArea(plotArea)
public PolarPlotArea( PolarPlotArea plotArea )
Parameters
- plotArea
- Plot area to copy.
'Declaration Public Function New( _ ByVal plotArea As PolarPlotArea _ )
'Usage Dim plotArea As PolarPlotArea Dim instance As New PolarPlotArea(plotArea)
public PolarPlotArea( PolarPlotArea plotArea )
Exception | Description |
---|---|
System.ArgumentNullException | plotArea is a null reference (Nothing in VB). |