LineReductionClipping.ClipPolylineReducePoints<P, T> Method (Size, Rect, ICollection<T>, Func, Boolean) |
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic static ICollection<P> ClipPolylineReducePoints<P, T>(
Size sz,
Rect rc,
ICollection<T> polyline,
Func convPnt,
bool addPnt
)
where P : class, new()
Public Shared Function ClipPolylineReducePoints(Of P As {Class, New}, T) (
sz As Size,
rc As Rect,
polyline As ICollection(Of T),
convPnt As Func,
addPnt As Boolean
) As ICollection(Of P)
public:
generic<typename P, typename T>
where P : ref class, gcnew()
static ICollection<P>^ ClipPolylineReducePoints(
Size sz,
Rect rc,
ICollection<T>^ polyline,
Func^ convPnt,
bool addPnt
)
static member ClipPolylineReducePoints :
sz : Size *
rc : Rect *
polyline : ICollection<'T> *
convPnt : Func *
addPnt : bool -> ICollection<'P> when 'P : not struct, new()
Parameters
- sz
- Type: System.Windows.Size
- rc
- Type: System.Windows.Rect
- polyline
- Type: System.Collections.Generic.ICollection<T>
- convPnt
- Type: System.Func<T, TResult>
- addPnt
- Type: System.Boolean
Type Parameters
- P
- T
Return Value
Type:
ICollection<P>
See Also