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()
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.WindowsSize
- rc
- Type: System.WindowsRect
- polyline
- Type: System.Collections.GenericICollectionT
- convPnt
- Type: SystemFuncT, TResult
- addPnt
- Type: SystemBoolean
Type Parameters
- P
- T
Return Value
Type:
ICollectionPSee Also