Property | Type | Description | |
---|---|---|---|
LayersProperty |
Method | Description | |
---|---|---|
MapControl ( ) : System | ||
MapToScreen ( SuperMap.Connector.Utility point2D ) : Point | ||
MapToScreen ( System.Windows.Controls.Utility point2D ) : Point | ||
OnApplyTemplate ( ) : void | ||
Pan ( System.Windows.Controls.Utility bounds ) : void | ||
Screen2Map ( Point point ) : Utility.Point2D | ||
ScreenToMap ( Point point ) : SuperMap.Connector.Utility.Point2D | ||
ScreenToMap ( Point point ) : Utility.Point2D |
Method | Description | |
---|---|---|
ArrangeOverride ( |
||
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
AssignLayerContainer ( Layer layer ) : void | ||
CalculateStartViewBounds ( |
||
GetFullViewBounds ( ) : Utility.Rectangle2D | ||
InsertLayerContainer ( Layer layer ) : void | ||
Layer_Initialized ( object sender, |
||
Layers_CollectionChanged ( object sender, System e ) : void | ||
Layers_LayersInitialized ( object sender, |
||
LoadLayerInView ( bool useTransitions, System.Windows.Controls.Utility drawBounds, Layer layer ) : void | ||
LoadLayersInView ( bool useTransitions, System.Windows.Controls.Utility drawBounds ) : void | ||
MapControl_Loaded ( object sender, |
||
MapControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
OnLayersChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
OnLayersPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
PanLayerCollectionCanvas ( double offsetX, double offsetY ) : void | ||
ResetTranslate ( ) : void | ||
SetOriginAndResolution ( double newResolution, System.Windows.Controls.Utility originPoint ) : void | ||
SetOriginAndResolution ( double currentResolution, System.Windows.Controls.Utility currentOrigin, bool resetTransforms ) : void | ||
UpdateClip ( |
||
mapToPanLayer ( System.Windows.Controls.Utility pt ) : Point | ||
panLayerToMap ( Point pnt ) : Utility.Point2D |
protected ArrangeOverride ( |
||
finalSize | ||
return |
public MapToScreen ( SuperMap.Connector.Utility point2D ) : Point | ||
point2D | SuperMap.Connector.Utility | |
return | Point |
public MapToScreen ( System.Windows.Controls.Utility point2D ) : Point | ||
point2D | System.Windows.Controls.Utility | |
return | Point |
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
public Pan ( System.Windows.Controls.Utility bounds ) : void | ||
bounds | System.Windows.Controls.Utility | |
return | void |
public Screen2Map ( Point point ) : Utility.Point2D | ||
point | Point | |
return | Utility.Point2D |
public ScreenToMap ( Point point ) : SuperMap.Connector.Utility.Point2D | ||
point | Point | |
return | SuperMap.Connector.Utility.Point2D |
public ScreenToMap ( Point point ) : Utility.Point2D | ||
point | Point | |
return | Utility.Point2D |