DiagramClientView Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_protmethodAccessibilityNotifyClients(AccessibleEvents, Int32)

(Inherited from Control.)

System_CAPS_protmethodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)

(Inherited from Control.)

System_CAPS_pubmethodBeginInvoke(Delegate^)

(Inherited from Control.)

System_CAPS_pubmethodBeginInvoke(Delegate^, array<Object^>^)

(Inherited from Control.)

System_CAPS_pubmethodBringToFront()

(Inherited from Control.)

System_CAPS_pubmethodCanTranslateToCommand(Keys)

Returns a value indicating whether the key translates to a command.

System_CAPS_pubmethodContains(Control^)

(Inherited from Control.)

System_CAPS_protmethodCreateAccessibilityInstance()

Creates a new accessibility object for this control.(Overrides Control::CreateAccessibilityInstance().)

System_CAPS_pubmethodCreateControl()

(Inherited from Control.)

System_CAPS_protmethodCreateControlsInstance()

(Inherited from Control.)

System_CAPS_pubmethodCreateGraphics()

(Inherited from Control.)

System_CAPS_protmethodCreateHandle()

(Inherited from Control.)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodDefWndProc(Message)

(Inherited from Control.)

System_CAPS_protmethodDestroyHandle()

(Inherited from Control.)

System_CAPS_pubmethodDeviceToWorld(Point)

Converts a point in device units to world units using the view's current zoom factor. The device units are relative to the DiagramClientView's top-left. The world units are relative to the diagram's top-left.

System_CAPS_pubmethodDeviceToWorld(Rectangle)

Converts a rectangle in device units to world units using the view's current zoom factor. The device units are relative to the DiagramClientView's top-left. The world units are relative to the diagram's top-left.

System_CAPS_pubmethodDeviceToWorld(Size)

Converts a size in device units to world units using the view's current zoom factor.

System_CAPS_pubmethodDeviceToWorld(Size, Single)

Converts a size in device units to world units using the specified zoom factor.

System_CAPS_pubmethodDisableBumpScrolling()

Disables bump scrolling.

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases all resources, managed and unmanaged, related to this class.(Overrides Control::Dispose(Boolean).)

System_CAPS_pubmethodDoDragDrop(Object^, DragDropEffects)

(Inherited from Control.)

System_CAPS_pubmethodDrawToBitmap(Bitmap^, Rectangle)

(Inherited from Control.)

System_CAPS_pubmethodEnableBumpScrolling(Int32)

Enables bump scrolling after the specified initial delay in milliseconds.

System_CAPS_pubmethodEndInvoke(IAsyncResult^)

(Inherited from Control.)

System_CAPS_pubmethodEnsureVisible(ICollection<ShapeElement^>^)

Ensures that the specified shapes are visible in the view. This may require changes to the scroll positions and to the zoom.

System_CAPS_pubmethodEnsureVisible(RectangleD)

Ensures that the specified rectangle is visible in the view. Based on VisiblePreference setting for the Diagram, the RectangleD will be brought into view. ZoomOut may be used to fit the RectangleD iff MinimalScrollWithNoZoom VisiblePreference is not selected for this Diagram. Scrolling may be used to fit the RectangleD and depending on the VisiblePreference setting selected for the diagram, either the center of the Rectangle will be brought into view center or minimal scrolling that is required to bring the Rectangle into view will be done.

System_CAPS_pubmethodEnsureVisible(RectangleD, DiagramClientView::EnsureVisiblePreferences)

Ensures that the specified rectangle is visible in the view. This may require changes to the scroll positions and to the zoom.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodFindForm()

(Inherited from Control.)

System_CAPS_pubmethodFocus()

(Inherited from Control.)

System_CAPS_protmethodGetAccessibilityObjectById(Int32)

(Inherited from Control.)

System_CAPS_protmethodGetAutoSizeMode()

(Inherited from Control.)

System_CAPS_pubmethodGetChildAtPoint(Point)

(Inherited from Control.)

System_CAPS_pubmethodGetChildAtPoint(Point, GetChildAtPointSkip)

(Inherited from Control.)

System_CAPS_pubmethodGetContainerControl()

(Inherited from Control.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetNextControl(Control^, Boolean)

(Inherited from Control.)

System_CAPS_pubmethodGetNudgeHorizontalDelta(Double)

The horizontal amount (in world units) by which a nudge operation can move a shape.

System_CAPS_pubmethodGetNudgeVerticalDelta(Double)

The vertical amount (in world units) by which a nudge operation can move a shape.

System_CAPS_pubmethodGetPotentialMouseAction(MouseButtons, PointD, DiagramHitTestInfo^)

Retrieves the potential mouse action that should be made active on the very next MouseDown event if the MouseDown event occurs at the specified point.

System_CAPS_pubmethodGetPreferredSize(Size)

(Inherited from Control.)

System_CAPS_protmethodGetScaledBounds(Rectangle, SizeF, BoundsSpecified)

(Inherited from Control.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_protmethodGetStyle(ControlStyles)

(Inherited from Control.)

System_CAPS_protmethodGetTopLevel()

(Inherited from Control.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHide()

(Inherited from Control.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodInitLayout()

(Inherited from Control.)

System_CAPS_pubmethodInvalidate()

(Inherited from Control.)

System_CAPS_pubmethodInvalidate(Boolean)

(Inherited from Control.)

System_CAPS_pubmethodInvalidate(Rectangle)

(Inherited from Control.)

System_CAPS_pubmethodInvalidate(Rectangle, Boolean)

(Inherited from Control.)

System_CAPS_pubmethodInvalidate(Region^)

(Inherited from Control.)

System_CAPS_pubmethodInvalidate(Region^, Boolean)

(Inherited from Control.)

System_CAPS_pubmethodInvalidateRectangle(RectangleD)

Invalidates the specified rectangle in world units.

System_CAPS_pubmethodInvoke(Delegate^)

(Inherited from Control.)

System_CAPS_pubmethodInvoke(Delegate^, array<Object^>^)

(Inherited from Control.)

System_CAPS_pubmethodInvokeDragDrop(DragEventArgs^)

Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.

System_CAPS_protmethodInvokeGotFocus(Control^, EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodInvokeLostFocus(Control^, EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodInvokeOnClick(Control^, EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodInvokePaint(Control^, PaintEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodInvokePaintBackground(Control^, PaintEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodIsInputChar(Char)

(Inherited from Control.)

System_CAPS_protmethodIsInputKey(Keys)

Determines whether the specified key is a regular input key or a special key that requires preprocessing.(Overrides Control::IsInputKey(Keys).)

System_CAPS_pubmethodManuallyRouteSelection(LinkShape^, LineSegment^, PointD, PointD)

ManuallyRoute the line segment of the primary LinkShape in the selection.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodNotifyInvalidate(Rectangle)

(Inherited from Control.)

System_CAPS_pubmethodNudge(SizeD)

Repositions the selected shapes by the specified delta in world units.

System_CAPS_pubmethodNudgeDown()

Moves the selection down.

System_CAPS_pubmethodNudgeLeft()

Moves the selection left.

System_CAPS_pubmethodNudgeRight()

Moves the selection right.

System_CAPS_pubmethodNudgeUp()

Moves the selection up.

System_CAPS_protmethodOnAutoSizeChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnBackColorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnBackgroundImageChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnBackgroundImageLayoutChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnBindingContextChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnCausesValidationChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnChangeUICues(UICuesEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnClick(EventArgs^)

Dispatches the Click event to the appropriate diagram objects.(Overrides Control::OnClick(EventArgs^).)

System_CAPS_protmethodOnClientSizeChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnContextMenuChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnContextMenuRequested(MouseEventArgs^)

Raises the ContextMenuRequested event.

System_CAPS_protmethodOnContextMenuStripChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnControlAdded(ControlEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnControlRemoved(ControlEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnCreateControl()

(Inherited from Control.)

System_CAPS_protmethodOnCursorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnDockChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnDoubleClick(EventArgs^)

Dispatches the DoubleClick event to the appropriate diagram objects.(Overrides Control::OnDoubleClick(EventArgs^).)

System_CAPS_protmethodOnDragDrop(DragEventArgs^)

Dispatches the DragDrop event to the appropriate diagram objects.(Overrides Control::OnDragDrop(DragEventArgs^).)

System_CAPS_protmethodOnDragDropCancelled(EventArgs^)

Reset the toolbox on dragdrop cancel

System_CAPS_pubmethodOnDragDropCommon(DragEventArgs^, Boolean, ShapeElement^)

Called on a DragDrop.

System_CAPS_protmethodOnDragEnter(DragEventArgs^)
System_CAPS_protmethodOnDragLeave(EventArgs^)

Dispatches the DragLeave event to the appropriate diagram objects.(Overrides Control::OnDragLeave(EventArgs^).)

System_CAPS_protmethodOnDragOver(DragEventArgs^)

Dispatches the DragOver event to the appropriate diagram objects.(Overrides Control::OnDragOver(DragEventArgs^).)

System_CAPS_pubmethodOnElementEventsEnded(ElementEventsEndedEventArgs^)

Called when element events have ended.

System_CAPS_pubmethodOnElementEventsEnding(ElementEventsEndedEventArgs^)

Called when element events are ending.

System_CAPS_protmethodOnEnabledChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnEnter(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnFontChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnForeColorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnGiveFeedback(GiveFeedbackEventArgs^)

The GiveFeedback event allows the source of a drag event to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag-and-drop operation.(Overrides Control::OnGiveFeedback(GiveFeedbackEventArgs^).)

System_CAPS_protmethodOnGotFocus(EventArgs^)

Overridden.(Overrides Control::OnGotFocus(EventArgs^).)

System_CAPS_protmethodOnHandleCreated(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnHandleDestroyed(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnHelpRequested(HelpEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnImeModeChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnInvalidated(InvalidateEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnKeyDown(KeyEventArgs^)

Dispatches the KeyDown event to the appropriate diagram objects.(Overrides Control::OnKeyDown(KeyEventArgs^).)

System_CAPS_protmethodOnKeyPress(KeyPressEventArgs^)

Dispatches the KeyDown event to the appropriate diagram objects.(Overrides Control::OnKeyPress(KeyPressEventArgs^).)

System_CAPS_protmethodOnKeyUp(KeyEventArgs^)

Dispatches the KeyUp event to the appropriate diagram objects.(Overrides Control::OnKeyUp(KeyEventArgs^).)

System_CAPS_protmethodOnLayout(LayoutEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnLeave(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnLocationChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnLostFocus(EventArgs^)

Overridden.(Overrides Control::OnLostFocus(EventArgs^).)

System_CAPS_protmethodOnMarginChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnMouseCaptureChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnMouseClick(MouseEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnMouseDoubleClick(MouseEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnMouseDown(MouseEventArgs^)

Dispatches the MouseDown event to the appropriate diagram objects.(Overrides Control::OnMouseDown(MouseEventArgs^).)

System_CAPS_protmethodOnMouseEnter(EventArgs^)

Dispatches the MouseEnter event to the appropriate diagram objects.(Overrides Control::OnMouseEnter(EventArgs^).)

System_CAPS_protmethodOnMouseHover(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnMouseLeave(EventArgs^)

Dispatches the MouseLeave event to the appropriate diagram objects.(Overrides Control::OnMouseLeave(EventArgs^).)

System_CAPS_protmethodOnMouseMove(MouseEventArgs^)

Dispatches the MouseMove event to the appropriate diagram objects.(Overrides Control::OnMouseMove(MouseEventArgs^).)

System_CAPS_protmethodOnMouseUp(MouseEventArgs^)

Dispatches the MouseUp event to the appropriate diagram objects.(Overrides Control::OnMouseUp(MouseEventArgs^).)

System_CAPS_protmethodOnMouseWheel(MouseEventArgs^)

Dispatches the MouseWheel event to the appropriate diagram objects.(Overrides Control::OnMouseWheel(MouseEventArgs^).)

System_CAPS_protmethodOnMove(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnNotifyMessage(Message)

(Inherited from Control.)

System_CAPS_protmethodOnPaddingChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnPaint(PaintEventArgs^)

Paints the control.(Overrides Control::OnPaint(PaintEventArgs^).)

System_CAPS_protmethodOnPaintBackground(PaintEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentBackColorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentBackgroundImageChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentBindingContextChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentCursorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentEnabledChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentFontChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentForeColorChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentRightToLeftChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnParentVisibleChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnPreviewKeyDown(PreviewKeyDownEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnPrint(PaintEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnQueryContinueDrag(QueryContinueDragEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnRegionChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnResize(EventArgs^)

Raises the resize event. Resets the diagram's ShadowBitmap.(Overrides Control::OnResize(EventArgs^).)

System_CAPS_protmethodOnRightToLeftChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnSizeChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnStyleChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnSystemColorsChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnTabIndexChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnTabStopChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnTextChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnValidated(EventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnValidating(CancelEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodOnVisibleChanged(EventArgs^)

(Inherited from Control.)

System_CAPS_pubmethodPerformLayout()

(Inherited from Control.)

System_CAPS_pubmethodPerformLayout(Control^, String^)

(Inherited from Control.)

System_CAPS_pubmethodPointToClient(Point)

(Inherited from Control.)

System_CAPS_pubmethodPointToScreen(Point)

(Inherited from Control.)

System_CAPS_pubmethodPreProcessControlMessage(Message)

(Inherited from Control.)

System_CAPS_pubmethodPreProcessMessage(Message)

Catch a couple of messages before translation.(Overrides Control::PreProcessMessage(Message).)

System_CAPS_protmethodProcessCmdKey(Message, Keys)

(Inherited from Control.)

System_CAPS_protmethodProcessDialogChar(Char)

(Inherited from Control.)

System_CAPS_protmethodProcessDialogKey(Keys)

(Inherited from Control.)

System_CAPS_protmethodProcessKeyEventArgs(Message)

(Inherited from Control.)

System_CAPS_protmethodProcessKeyMessage(Message)

(Inherited from Control.)

System_CAPS_protmethodProcessKeyPreview(Message)

(Inherited from Control.)

System_CAPS_protmethodProcessMnemonic(Char)

(Inherited from Control.)

System_CAPS_protmethodRaiseDragEvent(Object^, DragEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodRaiseKeyEvent(Object^, KeyEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodRaiseMouseEvent(Object^, MouseEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodRaisePaintEvent(Object^, PaintEventArgs^)

(Inherited from Control.)

System_CAPS_protmethodRecreateHandle()

(Inherited from Control.)

System_CAPS_pubmethodRectangleToClient(Rectangle)

(Inherited from Control.)

System_CAPS_pubmethodRectangleToScreen(Rectangle)

(Inherited from Control.)

System_CAPS_pubmethodRefresh()

(Inherited from Control.)

System_CAPS_protmethodResetMouseEventArgs()

(Inherited from Control.)

System_CAPS_pubmethodResetText()

(Inherited from Control.)

System_CAPS_pubmethodResizeDown()

Resizes the selected shapes by increasing its height.

System_CAPS_pubmethodResizeLeft()

Resizes the selected shapes by decreasing its width.

System_CAPS_pubmethodResizeRight()

Resizes the selected shapes by increasing its width.

System_CAPS_pubmethodResizeSelection(GrabHandle::ShapeSide, PointD)

Resizes the shapes in the selection

System_CAPS_pubmethodResizeUp()

Resizes the selected shapes by decreasing its height.

System_CAPS_pubmethodResumeLayout()

(Inherited from Control.)

System_CAPS_pubmethodResumeLayout(Boolean)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateAlignment(ContentAlignment)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateAlignment(HorizontalAlignment)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateAlignment(LeftRightAlignment)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateContent(ContentAlignment)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateHorizontal(HorizontalAlignment)

(Inherited from Control.)

System_CAPS_protmethodRtlTranslateLeftRight(LeftRightAlignment)

(Inherited from Control.)

System_CAPS_pubmethodScale(SizeF)

(Inherited from Control.)

System_CAPS_protmethodScaleControl(SizeF, BoundsSpecified)

(Inherited from Control.)

System_CAPS_pubmethodScrollDown()

Scrolls the view down.

System_CAPS_pubmethodScrollHorizontally(Int32)

Scrolls horizontally by the number of scroll units specified.

System_CAPS_pubmethodScrollLeft()

Scrolls the view left.

System_CAPS_pubmethodScrollRight()

Scrolls the view right.

System_CAPS_pubmethodScrollTo(PointD)

Scrolls such that the specified point of the diagram becomes the top-left point of the view. The point is in world units relative to the top-left of the diagram.

System_CAPS_pubmethodScrollUp()

Scrolls the view up.

System_CAPS_pubmethodScrollVertically(Int32)

Scrolls vertically by the number of scroll units specified.

System_CAPS_pubmethodSelect()

(Inherited from Control.)

System_CAPS_protmethodSelect(Boolean, Boolean)

(Inherited from Control.)

System_CAPS_pubmethodSelectNextControl(Control^, Boolean, Boolean, Boolean, Boolean)

(Inherited from Control.)

System_CAPS_pubmethodSendToBack()

(Inherited from Control.)

System_CAPS_protmethodSetAutoSizeMode(AutoSizeMode)

(Inherited from Control.)

System_CAPS_pubmethodSetBounds(Int32, Int32, Int32, Int32)

(Inherited from Control.)

System_CAPS_pubmethodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)

(Inherited from Control.)

System_CAPS_protmethodSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)

(Inherited from Control.)

System_CAPS_protmethodSetClientSizeCore(Int32, Int32)

(Inherited from Control.)

System_CAPS_protmethodSetStyle(ControlStyles, Boolean)

(Inherited from Control.)

System_CAPS_protmethodSetTopLevel(Boolean)

(Inherited from Control.)

System_CAPS_protmethodSetVisibleCore(Boolean)

(Inherited from Control.)

System_CAPS_pubmethodSetZoomFactor(Single, PointD, Boolean)

Zooms in or out around a specified point in the diagram. The coordinates are in world units and relative to the diagram's top-left. Optionally, the view center can be moved to the zoom center.

System_CAPS_pubmethodShow()

(Inherited from Control.)

System_CAPS_pubmethodShowError(String^)

Displays the specified error message.

System_CAPS_pubmethodShowToolTip()

Shows the tooltip of the currently focused item, if any.

System_CAPS_protmethodSizeFromClientSize(Size)

(Inherited from Control.)

System_CAPS_pubmethodSuspendLayout()

(Inherited from Control.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

System_CAPS_pubmethodTranslateToCommand(DiagramKeyEventArgs^)

Invokes a command

System_CAPS_pubmethodUpdate()

(Inherited from Control.)

System_CAPS_protmethodUpdateBounds()

(Inherited from Control.)

System_CAPS_protmethodUpdateBounds(Int32, Int32, Int32, Int32)

(Inherited from Control.)

System_CAPS_protmethodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)

(Inherited from Control.)

System_CAPS_protmethodUpdateStyles()

(Inherited from Control.)

System_CAPS_protmethodUpdateZOrder()

(Inherited from Control.)

System_CAPS_protmethodWndProc(Message)

Processes Windows messages(Overrides Control::WndProc(Message).)

System_CAPS_pubmethodWorldToDevice(PointD)

Converts a point in world units to device units using the view's current zoom factor. The point returned is relative to the DiagramClientView's top-left.

System_CAPS_pubmethodWorldToDevice(RectangleD)

Converts a rectangle in world units to device units using the view's current zoom factor. The rectangle returned is relative to the DiagramClientView's top-left.

System_CAPS_pubmethodWorldToDevice(SizeD)

Converts a size in world units to device units using the view's current zoom factor.

System_CAPS_pubmethodWorldToDevice(SizeD, Single)

Converts a size in world units to device units using the specified zoom factor.

System_CAPS_pubmethodZoomAtViewCenter(Single)

Zooms in or out around the center point of the current view.

System_CAPS_pubmethodZoomIn()

Increases the ZoomFactor.

System_CAPS_pubmethodZoomInAt(PointD)

Zooms in, keeping the specified point at the same device coordinates after zoom.

System_CAPS_pubmethodZoomOut()

Decreases the ZoomFactor.

System_CAPS_pubmethodZoomOutAt(PointD)

Zooms out, keeping the specified point at the same device coordinates after zoom.

System_CAPS_pubmethodZoomToFit()

Zooms in or out to show the entire diagram as large as possible.

System_CAPS_pubmethodZoomToFit(RectangleD)

Zooms to show the portion of the diagram given by the specified rectangle.

Return to top
Show: