User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.extenthelper

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.SilverlightCore.ExtentHelper

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodStatic MemberCenterAt RectangleShape, Double, Double, Double, Double
Public MethodStatic MemberCenterAt RectangleShape, PointShape, Double, Double
Public MethodStatic MemberCenterAt RectangleShape, Feature, Double, Double
Public MethodEquals Object Object
Public MethodStatic MemberGetBoundingBoxOfItems IEnumerable<Feature>
Public MethodStatic MemberGetBoundingBoxOfItems IEnumerable<BaseShape>
Public MethodStatic MemberGetDrawingExtent RectangleShape, Double, Double
Public MethodGetHashCode Object
Public MethodStatic MemberGetScale RectangleShape, Double, GeographyUnit, Single
Public MethodStatic MemberGetScale RectangleShape, Double, GeographyUnit
Public MethodStatic MemberGetScreenDistanceBetweenTwoWorldPoints RectangleShape, Feature, Feature, Double, Double
Public MethodStatic MemberGetScreenDistanceBetweenTwoWorldPoints RectangleShape, PointShape, PointShape, Double, Double
Public MethodGetType Object
Public MethodStatic MemberGetWorldDistanceBetweenTwoScreenPoints RectangleShape, Double, Double, Double, Double, Double, Double, GeographyUnit, DistanceUnit
Public MethodStatic MemberGetWorldDistanceBetweenTwoScreenPoints RectangleShape, Point, Point, Double, Double, GeographyUnit, DistanceUnit
Public MethodStatic MemberPan RectangleShape, PanDirection, Int32
Public MethodStatic MemberPan RectangleShape, Double, Int32
Public MethodStatic MemberSnapToZoomLevel RectangleShape, GeographyUnit, Double, Double, ZoomLevelSet
Public MethodStatic MemberToScreenCoordinate RectangleShape, PointShape, Double, Double
Public MethodStatic MemberToScreenCoordinate RectangleShape, Feature, Double, Double
Public MethodStatic MemberToScreenCoordinate RectangleShape, Double, Double, Double, Double
Public MethodToString Object
Public MethodStatic MemberToWorldCoordinate RectangleShape, Double, Double, Double, Double
Public MethodStatic MemberToWorldCoordinate RectangleShape, Point, Double, Double
Public MethodStatic MemberZoomIn RectangleShape, Int32
Public MethodStatic MemberZoomIntoCenter RectangleShape, Int32, Double, Double, Double, Double
Public MethodStatic MemberZoomIntoCenter RectangleShape, Int32, PointShape, Double, Double
Public MethodStatic MemberZoomIntoCenter RectangleShape, Int32, Feature, Double, Double
Public MethodStatic MemberZoomIntoOffsetPoint RectangleShape, Double, Double, Point, Int32
Public MethodStatic MemberZoomOut RectangleShape, Int32
Public MethodStatic MemberZoomOutToCenter RectangleShape, Int32, Feature, Double, Double
Public MethodStatic MemberZoomOutToCenter RectangleShape, Int32, PointShape, Double, Double
Public MethodStatic MemberZoomOutToCenter RectangleShape, Int32, Double, Double, Double, Double
Public MethodStatic MemberZoomOutToOffsetPoint RectangleShape, Double, Double, Point, Int32
Public MethodStatic MemberZoomToScale Double, RectangleShape, GeographyUnit, Double, Double
Public MethodStatic MemberZoomToScale Double, RectangleShape, GeographyUnit, Double, Double, Point

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

CenterAt(RectangleShape, Double, Double, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenX Double<!– System.Double –>
screenY Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

CenterAt(RectangleShape, PointShape, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

CenterAt(RectangleShape, Feature, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
centerFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetBoundingBoxOfItems(IEnumerable<Feature>)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetBoundingBoxOfItems(IEnumerable<BaseShape>)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
shapes IEnumerable<BaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.BaseShape} –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetDrawingExtent(RectangleShape, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetScale(RectangleShape, Double, GeographyUnit, Single)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenWidth Double<!– System.Double –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
dpi Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetScale(RectangleShape, Double, GeographyUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenWidth Double<!– System.Double –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetScreenDistanceBetweenTwoWorldPoints(RectangleShape, Feature, Feature, Double, Double)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldPointFeature1 Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
worldPointFeature2 Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetScreenDistanceBetweenTwoWorldPoints(RectangleShape, PointShape, PointShape, Double, Double)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldPoint1 PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
worldPoint2 PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetWorldDistanceBetweenTwoScreenPoints(RectangleShape, Double, Double, Double, Double, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenPoint1X Double<!– System.Double –>
screenPoint1Y Double<!– System.Double –>
screenPoint2X Double<!– System.Double –>
screenPoint2Y Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

GetWorldDistanceBetweenTwoScreenPoints(RectangleShape, Point, Point, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenPoint1 Point<!– System.Windows.Point –>
screenPoint2 Point<!– System.Windows.Point –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

Pan(RectangleShape, PanDirection, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
direction PanDirection<!– ThinkGeo.MapSuite.SilverlightCore.PanDirection –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

Pan(RectangleShape, Double, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
degree Double<!– System.Double –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

SnapToZoomLevel(RectangleShape, GeographyUnit, Double, Double, ZoomLevelSet)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
zoomLevelSet ZoomLevelSet<!– ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ToScreenCoordinate(RectangleShape, PointShape, Double, Double)

<!– static –>

Return Value

Return Type Description
Point<!– System.Windows.Point –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ToScreenCoordinate(RectangleShape, Feature, Double, Double)

<!– static –>

Return Value

Return Type Description
Point<!– System.Windows.Point –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldPointFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ToScreenCoordinate(RectangleShape, Double, Double, Double, Double)

<!– static –>

Return Value

Return Type Description
Point<!– System.Windows.Point –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldX Double<!– System.Double –>
worldY Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToWorldCoordinate(RectangleShape, Double, Double, Double, Double)

<!– static –>

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenX Double<!– System.Double –>
screenY Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ToWorldCoordinate(RectangleShape, Point, Double, Double)

<!– static –>

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenPoint Point<!– System.Windows.Point –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomIn(RectangleShape, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomIntoCenter(RectangleShape, Int32, Double, Double, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
screenX Double<!– System.Double –>
screenY Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomIntoCenter(RectangleShape, Int32, PointShape, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
worldPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomIntoCenter(RectangleShape, Int32, Feature, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
centerFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomIntoOffsetPoint(RectangleShape, Double, Double, Point, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
offsetScreenPoint Point<!– System.Windows.Point –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomOut(RectangleShape, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomOutToCenter(RectangleShape, Int32, Feature, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
centerFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomOutToCenter(RectangleShape, Int32, PointShape, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
worldPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomOutToCenter(RectangleShape, Int32, Double, Double, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
percentage Int32<!– System.Int32 –>
screenX Double<!– System.Double –>
screenY Double<!– System.Double –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomOutToOffsetPoint(RectangleShape, Double, Double, Point, Int32)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
offsetScreenPoint Point<!– System.Windows.Point –>
percentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomToScale(Double, RectangleShape, GeographyUnit, Double, Double)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
targetScale Double<!– System.Double –>
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

ZoomToScale(Double, RectangleShape, GeographyUnit, Double, Double, Point)

<!– static –>

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
targetScale Double<!– System.Double –>
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>
worldExtentUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
screenWidth Double<!– System.Double –>
screenHeight Double<!– System.Double –>
offsetScreenPoint Point<!– System.Windows.Point –>

<!– ThinkGeo.MapSuite.SilverlightCore.ExtentHelper –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.extenthelper.1440040134.txt.gz · Last modified: 2015/09/21 03:20 (external edit)