Constructor HorizontalVerticalTransformation
HorizontalVerticalTransformation(HorizontalVerticalTransformationStep)
Initializes a new instance of the HorizontalVerticalTransformation class with a single-step transformation.
Declaration
public HorizontalVerticalTransformation(HorizontalVerticalTransformationStep step)Parameters
| Type | Name | Description | 
|---|---|---|
| HorizontalVerticalTransformationStep | step | A HorizontalVerticalTransformationStep instance. | 
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.10 - 200.8 | 
| Xamarin.Android | 100.10 - 100.15 | 
| Xamarin.iOS | 100.10 - 100.15 | 
| UWP | 100.10 - 200.8 | 
HorizontalVerticalTransformation(IEnumerable<HorizontalVerticalTransformationStep>)
Initializes a new instance of the HorizontalVerticalTransformation class from one or more HorizontalVerticalTransformationStep instances.
Declaration
public HorizontalVerticalTransformation(IEnumerable<HorizontalVerticalTransformationStep> steps)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<HorizontalVerticalTransformationStep> | steps | The IEnumerable of HorizontalVerticalTransformationStep objects used to create a HorizontalVerticalTransformation. | 
Remarks
Use this constructor to create a horizontal-vertical transformation that has multiple steps. The output SpatialReference of each step should match the input SpatialReference of the following step.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.2 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.10 - 200.8 | 
| Xamarin.Android | 100.10 - 100.14 | 
| Xamarin.iOS | 100.10 - 100.15 | 
| UWP | 100.10 - 200.8 |