====== ThinkGeo.MapSuite.Wpf.MapArguments ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Wpf.MapArguments** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MapArguments() ** * //Constructor of MapArguments.// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point in world coordinate. == Parameters == * //screenCoordinate// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point in screen coordinate to be converted. ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point in screen coordinate. == Parameters == * //worldCoordinate// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point in world coordinate to be converted. ** {{wiki:PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) ** * //N/A// == Remarks == * //The extent will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.// == Return Value == * Type:Int32 * Description:An integar value that indicates the snapped zoom level index. == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:An extent to be snapped. ** {{wiki:PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) ** * //N/A// == Remarks == * //The scale will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.// == Return Value == * Type:Int32 * Description:An integar value that indicates the snapped zoom level index. == Parameters == * //scale// * Type:Double * Description:A scale to be snapped. ** {{wiki:PublicMethod.gif|}} GetSnappedExtent(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:A RectangleShape object that indicates the extent which is snapped. == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:An extent to be snapped. ** {{wiki:PublicMethod.gif|}} GetSnappedExtent(RectangleShape,ZoomSnapDirection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //zoomSnapDirection// * Type:[[ThinkGeo.MapSuite.Wpf.ZoomSnapDirection|ZoomSnapDirection]] * Description:N/A ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MapUnit ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] ** {{wiki:PublicProperty.gif|}} ActualWidth ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} ActualHeight ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} ZoomLevelScales ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection