'Declaration Public Function _buildStepLineShape( _ ByVal points As List(Of IPoint), _ ByVal lineAspect As LineAspect, _ ByVal swapAxes As Boolean, _ ByVal radialCenterX As Double, _ ByVal radialCenterY As Double _ ) As IPolylineShape
public IPolylineShape _buildStepLineShape( List<IPoint> points, LineAspect lineAspect, bool swapAxes, double radialCenterX, double radialCenterY )
Parameters
- points
- lineAspect
- swapAxes
- radialCenterX
- radialCenterY