'DeclarationPublic Overloads Shared Function GetBarycenter( _ ByVal points As System.Collections.Generic.IList(Of NPointF), _ ByVal start As System.Integer, _ ByVal count As System.Integer _ ) As NPointF
'UsageDim points As System.Collections.Generic.IList(Of NPointF) Dim start As System.Integer Dim count As System.Integer Dim value As NPointF value = NPointFList.GetBarycenter(points, start, count)
Parameters
- points
 - start
 - count