Public Methods
| Name | Description | |
|---|---|---|
|
AddLayer | Overloaded. M:MapWinView.MapView.AddLayer(MapWinView.RenderableDrawingLayer@,System.Int32) Adds a new layer to the map. Returns the LayerHandle of the added layer. |
|
BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control) |
|
BringToFront | Brings the control to the front of the z-order. (inherited from Control) |
|
Contains | Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control) |
|
CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (inherited from Control) |
|
CreateGraphics | Creates the |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
|
Dispose | Overloaded. Overload:System.Windows.Forms.ContainerControl.Dispose Releases the resources used by the container. |
|
DoDragDrop | Begins a drag-and-drop operation. (inherited from Control) |
|
DrawToBitmap | Supports rendering to the specified bitmap. (inherited from Control) |
|
EndInvoke | Retrieves the return value of the asynchronous operation represented by the |
|
Equals | Determines whether the specified |
|
ExtentsFullyContained | Determines if the given extents are fully contained in the container. |
|
FindForm | Retrieves the form that the control is on. (inherited from Control) |
|
Focus | Sets input focus to the control. (inherited from Control) |
|
GetChildAtPoint | Overloaded. Retrieves the child control at a specified location. (inherited from Control) |
|
GetContainerControl | Returns the next |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetLayer | Returns the specified layer through the LayerObject "out" parameter. |
|
GetLayerHandle | Returns the handle of the later at the specified position. For positions: (0 = First Drawn/Bottom Layer; Max=Last Drawn/Top Layer) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (inherited from Control) |
|
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (inherited from Control) |
|
GetType | Gets the |
|
Hide | Conceals the control from the user. (inherited from Control) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control) |
|
Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control) |
|
LayerPosition | Returns the position of the specified layer. (0 = First Drawn/Bottom Layer; Max=Last Drawn/Top Layer) |
|
MoveLayerTo | Moves the specified layer to the specified position. (0 = First Drawn/Bottom Layer; Max=Last Drawn/Top Layer) |
|
MoveLayerToBottom | Moves the specified layer to the bottom (first drawn). |
|
MoveLayerToTop | Moves the specified layer to the top (last drawn). |
|
OutOfView | Overloaded. M:MapWinView.MapView.OutOfView(MapWinData.Envelope,MapWinData.Envelope) Determines if the specified extent is out of the specified view. |
|
PerformAutoScale | Performs scaling of the container control and its children. (inherited from ContainerControl) |
|
PerformLayout | Overloaded. Forces the control to apply layout logic to child controls. (inherited from Control) |
|
PixelToProj | Converts a pixel point in terms of the control into projected coordinates in terms of the map data. |
|
PointToClient | Computes the location of the specified screen point into client coordinates. (inherited from Control) |
|
PointToScreen | Computes the location of the specified client point into screen coordinates. (inherited from Control) |
|
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control) |
|
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control) |
|
ProjToPixel | Converts a projected coordinate in terms of the map data into pixels in terms of the control. |
|
ProjToPixelX | Converts a projected X coordinate in terms of the map data into pixels in terms of the control. |
|
ProjToPixelY | Converts a projected Y coordinate in terms of the map data into pixels in terms of the control. |
|
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control) |
|
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control) |
|
Redraw | Causes the map to redraw. Call after any important manual update. |
|
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control) |
|
RemoveLayer | Removes the specified layer from the map. |
|
ResetBackColor | (inherited from Control) |
|
ResetBindings | (inherited from Control) |
|
ResetCursor | (inherited from Control) |
|
ResetFont | (inherited from Control) |
|
ResetForeColor | (inherited from Control) |
|
ResetImeMode | (inherited from Control) |
|
ResetRightToLeft | (inherited from Control) |
|
ResetText | Resets the |
|
ResumeLayout | Overloaded. Resumes the usual layout logic. (inherited from Control) |
|
Scale | Overloaded. Scales the control and any child controls. (inherited from Control) |
|
ScrollControlIntoView | Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl) |
|
Select | Overloaded. Activates the control. (inherited from ContainerControl) |
|
SelectNextControl | Activates the next control. (inherited from Control) |
|
SendToBack | Sends the control to the back of the z-order. (inherited from Control) |
|
SetAutoScrollMargin | Sets the size of the auto-scroll margins. (inherited from ScrollableControl) |
|
SetBounds | Overloaded. Sets the bounds of the control. (inherited from Control) |
|
Show | Displays the control to the user. (inherited from Control) |
|
Snapshot | Overloaded. M:MapWinView.MapView.Snapshot(MapWinData.Envelope,System.Int32,System.Int32) Returns a System.Drawing.Bitmap with the rendered map of the specified view, of the specified size. |
|
SuspendLayout | Temporarily suspends the layout logic for the control. (inherited from Control) |
|
ToString | Returns a |
|
Update | Causes the control to redraw the invalidated regions within its client area. (inherited from Control) |
|
Validate | Overloaded. Verifies the value of the control losing focus by causing the |
|
ValidateChildren | Overloaded. Overload:System.Windows.Forms.ContainerControl.ValidateChildren Causes all of the child controls within a control that support validation to validate their data. (inherited from UserControl) |
|
ZoomIn | Overloaded. M:MapWinView.MapView.ZoomIn Zooms in about the center of the map. |
|
ZoomOut | Overloaded. M:MapWinView.MapView.ZoomOut Zooms out about the center of the map. |
|
ZoomToFullExtents | Zooms to the full extents of the map. |
|
ZoomToLayer | Zooms to the full extents of the map. |
Protected Methods
| Name | Description | |
|---|---|---|
|
AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of |
|
AdjustFormScrollbars | (inherited from ContainerControl) |
|
CreateAccessibilityInstance | Creates a new accessibility object for the control. (inherited from Control) |
|
CreateControlsInstance | Creates a new instance of the control collection for the control. (inherited from Control) |
|
CreateHandle | Creates a handle for the control. (inherited from Control) |
|
DefWndProc | Sends the specified message to the default window procedure. (inherited from Control) |
|
DestroyHandle | Destroys the handle associated with the control. (inherited from Control) |
|
Dispose | Overloaded. Overload:System.Windows.Forms.ContainerControl.Dispose Releases the resources used by the container. |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the |
|
GetAccessibilityObjectById | Retrieves the specified |
|
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its |
|
GetScaledBounds | Retrieves the bounds within which the control is scaled. (inherited from Control) |
|
GetScrollState | Determines whether the specified flag has been set. (inherited from ScrollableControl) |
|
GetService | Returns an object that represents a service provided by the |
|
GetStyle | Retrieves the value of the specified control style bit for the control. (inherited from Control) |
|
GetTopLevel | Determines if the control is a top-level control. (inherited from Control) |
|
InitLayout | Called after the control has been added to another container. (inherited from Control) |
|
InvokeGotFocus | Raises the |
|
InvokeLostFocus | Raises the |
|
InvokeOnClick | Raises the |
|
InvokePaint | Raises the |
|
InvokePaintBackground | Raises the PaintBackground event for the specified control. (inherited from Control) |
|
IsInputChar | Determines if a character is an input character that the control recognizes. (inherited from Control) |
|
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control) |
|
MemberwiseClone | Overloaded. Creates a shallow copy of the current |
|
NotifyInvalidate | Raises the |
|
OnAutoSizeChanged | Raises the |
|
OnAutoValidateChanged | Raises the |
|
OnBackColorChanged | Raises the |
|
OnBackgroundImageChanged | Raises the |
|
OnBackgroundImageLayoutChanged | Raises the |
|
OnBindingContextChanged | Raises the |
|
OnCausesValidationChanged | Raises the |
|
OnChangeUICues | Raises the |
|
OnClick | Raises the |
|
OnClientSizeChanged | Raises the |
|
OnContextMenuChanged | Raises the |
|
OnContextMenuStripChanged | Raises the |
|
OnControlAdded | Raises the |
|
OnControlRemoved | Raises the |
|
OnCreateControl | Raises the CreateControl event. (inherited from UserControl) |
|
OnCursorChanged | Raises the |
|
OnDockChanged | Raises the |
|
OnDoubleClick | Raises the |
|
OnDragDrop | Raises the |
|
OnDragEnter | Raises the |
|
OnDragLeave | Raises the |
|
OnDragOver | Raises the |
|
OnEnabledChanged | Raises the |
|
OnEnter | Raises the |
|
OnFontChanged | Raises the |
|
OnForeColorChanged | Raises the |
|
OnGiveFeedback | Raises the |
|
OnGotFocus | Raises the |
|
OnHandleCreated | Raises the |
|
OnHandleDestroyed | Raises the |
|
OnHelpRequested | Raises the |
|
OnImeModeChanged | Raises the |
|
OnInvalidated | Raises the |
|
OnKeyDown | Raises the |
|
OnKeyPress | Raises the |
|
OnKeyUp | Raises the |
|
OnLayout | (inherited from ContainerControl) |
|
OnLeave | Raises the |
|
OnLoad | Raises the |
|
OnLocationChanged | Raises the |
|
OnLostFocus | Raises the |
|
OnMarginChanged | Raises the |
|
OnMouseCaptureChanged | Raises the |
|
OnMouseClick | Raises the |
|
OnMouseDoubleClick | Raises the |
|
OnMouseDown | (inherited from UserControl) |
|
OnMouseEnter | Raises the |
|
OnMouseHover | Raises the |
|
OnMouseLeave | Raises the |
|
OnMouseMove | Raises the |
|
OnMouseUp | Raises the |
|
OnMouseWheel | Overridden. Occurs when the mouse wheel is scrolled. Causes zooming in or out to occur if the flag is set for this to happen. |
|
OnMove | Raises the |
|
OnNotifyMessage | Notifies the control of Windows messages. (inherited from Control) |
|
OnPaddingChanged | (inherited from ScrollableControl) |
|
OnPaint | Overridden. OnPaint event. Triggers rendering or a copy of the backbuffer to foreground. |
|
OnPaintBackground | Overridden. Does nothing - overridden to prevent the background from painting. |
|
OnParentBackColorChanged | Raises the |
|
OnParentBackgroundImageChanged | Raises the |
|
OnParentBindingContextChanged | Raises the |
|
OnParentChanged | (inherited from ContainerControl) |
|
OnParentCursorChanged | Raises the |
|
OnParentEnabledChanged | Raises the |
|
OnParentFontChanged | Raises the |
|
OnParentForeColorChanged | Raises the |
|
OnParentRightToLeftChanged | Raises the |
|
OnParentVisibleChanged | Raises the |
|
OnPreviewKeyDown | Raises the |
|
OnPrint | Raises the |
|
OnQueryContinueDrag | Raises the |
|
OnRegionChanged | Raises the |
|
OnResize | (inherited from UserControl) |
|
OnRightToLeftChanged | (inherited from ScrollableControl) |
|
OnScroll | Raises the |
|
OnSizeChanged | Overridden. Triggers a full redraw when the size changes. |
|
OnStyleChanged | Raises the |
|
OnSystemColorsChanged | Raises the |
|
OnTabIndexChanged | Raises the |
|
OnTabStopChanged | Raises the |
|
OnTextChanged | Raises the |
|
OnValidated | Raises the |
|
OnValidating | Raises the |
|
OnVisibleChanged | (inherited from ScrollableControl) |
|
ProcessCmdKey | (inherited from ContainerControl) |
|
ProcessDialogChar | (inherited from ContainerControl) |
|
ProcessDialogKey | (inherited from ContainerControl) |
|
ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (inherited from Control) |
|
ProcessKeyPreview | Previews a keyboard message. (inherited from Control) |
|
ProcessTabKey | Selects the next available control and makes it the active control. (inherited from ContainerControl) |
|
RaiseDragEvent | Raises the appropriate drag event. (inherited from Control) |
|
RaiseKeyEvent | Raises the appropriate key event. (inherited from Control) |
|
RaiseMouseEvent | Raises the appropriate mouse event. (inherited from Control) |
|
RaisePaintEvent | Raises the appropriate paint event. (inherited from Control) |
|
RecreateHandle | Forces the re-creation of the handle for the control. (inherited from Control) |
|
ResetMouseEventArgs | Resets the control to handle the |
|
RtlTranslateAlignment | Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. (inherited from Control) |
|
RtlTranslateHorizontal | Converts the specified |
|
RtlTranslateLeftRight | Converts the specified |
|
ScaleControl | (inherited from ScrollableControl) |
|
ScaleCore | (inherited from ScrollableControl) |
|
ScrollToControl | Calculates the scroll offset to the specified child control. (inherited from ScrollableControl) |
|
Select | Overloaded. Activates the control. (inherited from ContainerControl) |
|
SetAutoSizeMode | Sets a value indicating how a control will behave when its |
|
SetBoundsCore | Performs the work of setting the specified bounds of this control. (inherited from Control) |
|
SetClientSizeCore | Sets the size of the client area of the control. (inherited from Control) |
|
SetDisplayRectLocation | Positions the display window to the specified value. (inherited from ScrollableControl) |
|
SetScrollState | Sets the specified scroll state flag. (inherited from ScrollableControl) |
|
SetStyle | Sets the specified style bit to the specified value. (inherited from |