Click or drag to resize

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
Syntax
public static ICollection<P> ClipPolylineReducePoints<P, T>(
	Size sz,
	Rect rc,
	ICollection<T> polyline,
	Func convPnt,
	bool addPnt
)
where P : class, 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