C# Class ArcGISRuntimeXamarin.Samples.SetMinMaxScale.SetMinMaxScale

Inheritance: UIViewController
Show file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
SetMinMaxScale ( ) : Esri.ArcGISRuntime.Geometry
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

SetMinMaxScale() public method

public SetMinMaxScale ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void