Click or drag to resize

LineReductionClippingClipPolylineReducePointsP, T Method (Size, Rect, ICollectionT, 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.WindowsSize
rc
Type: System.WindowsRect
polyline
Type: System.Collections.GenericICollectionT
convPnt
Type: SystemFuncT, TResult
addPnt
Type: SystemBoolean

Type Parameters

P
T

Return Value

Type: ICollectionP
See Also