LineReductionClippingClipPolylineReducePointsP, T Method (Size, Rect, ICollectionICollectionT, 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<ICollection<T>> polylines,
Func convPnt,
bool addPnt
)
where P : class, new()
Public Shared Function ClipPolylineReducePoints(Of P As {Class, New}, T) (
sz As Size,
rc As Rect,
polylines As ICollection(Of 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<ICollection<T>^>^ polylines,
Func^ convPnt,
bool addPnt
)
static member ClipPolylineReducePoints :
sz : Size *
rc : Rect *
polylines : ICollection<ICollection<'T>> *
convPnt : Func *
addPnt : bool -> ICollection<'P> when 'P : not struct, new()
Parameters
- sz
- Type: System.WindowsSize
- rc
- Type: System.WindowsRect
- polylines
- Type: System.Collections.GenericICollectionICollectionT
- convPnt
- Type: SystemFuncT, TResult
- addPnt
- Type: SystemBoolean
Type Parameters
- P
- T
Return Value
Type:
ICollectionPSee Also