Version

Segment Method

Divides this wedge into many sub-wedges and returns the array of sub-wedges.
Syntax
'Declaration
 
Public Overridable Function Segment( _
   ByVal segmentSpan As Double _
) As Wedge()
public virtual Wedge[] Segment( 
   double segmentSpan
)

Parameters

segmentSpan
The degree span of each segment, expressed as a multiple of the sweep angle of this wedge. A value of 1.0 will return only one wedge segment, whereas a value of 0.01 will return 100 wedge segments.

Return Value

An array containing wedges which are portions of this original wedge.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also