Click or drag to resize
Click or drag to resize

CoordinateTransformationTransformT Method (IEnumerableT, Func, Boolean)

Namespace:  Ptv.Components.Projections
Assemblies:   Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public virtual void Transform<T>(
	IEnumerable<T> enumerable,
	Func getLocation,
	bool setLocation
)
where T : class

Parameters

enumerable
Type: System.Collections.GenericIEnumerableT
getLocation
Type: SystemFuncT, TResult
setLocation
Type: SystemBoolean

Type Parameters

T

Implements

ICoordinateTransformationTransformT(IEnumerableT, FuncT, TResult, Boolean)
See Also