Show / Hide Table of Contents

Class ViewpointConverter

FOR INTERNAL USE ONLY Provides a way of converting Viewpoint extent to and from a string representation.

Inheritance
System.Object
ViewpointConverter
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ViewpointConverter : TypeConverter

Constructors

Name Description
ViewpointConverter()

Initializes a new instance of the ViewpointConverter class.

Methods

Name Description
CanConvertFrom(Nullable<ITypeDescriptorContext>, Type)

Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.

CanConvertTo(Nullable<ITypeDescriptorContext>, Nullable<Type>)

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertFrom(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Object)

Converts the given object to the type of this converter, using the specified context and culture information.

ConvertTo(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Nullable<Object>, Type)

Converts the given value object to the specified type, using the specified context and culture information.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.0 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.8
UWP100.3 - 100.15
In This Article
Back to top Copyright © 2022 Esri.