PathF.RemoveSegment(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a single segment, adjusting internal point and arc data accordingly.
public:
void RemoveSegment(int segmentIndex);
public void RemoveSegment(int segmentIndex);
member this.RemoveSegment : int -> unit
Public Sub RemoveSegment (segmentIndex As Integer)
Parameters
- segmentIndex
- Int32
Segment index to remove.