RectangleShape Methods

 

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Methods

Name Description
System_CAPS_pubmethod BringToFront()

Brings a line or shape control to the front of the z-order.(Inherited from Shape.)

System_CAPS_protmethod CreateAccessibilityInstance()

Creates a new accessibility object for the shape control.(Inherited from SimpleShape.)

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from Component.)

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by a line or shape control and optionally releases the managed resources.(Inherited from Shape.)

System_CAPS_pubmethod DrawToBitmap(Bitmap, Rectangle)

Supports rendering to the specified bitmap.(Inherited from SimpleShape.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Component.)

System_CAPS_pubmethod FindForm()

Retrieves the form that a line or shape control is on.(Inherited from Shape.)

System_CAPS_pubmethod Focus()

Sets input focus to a line or shape control.(Inherited from Shape.)

System_CAPS_pubmethod GetContainerControl()

Returns the next ContainerControl up in a line or shape control's chain of parent controls.(Inherited from Shape.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetService(Type)

(Inherited from Component.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Hide()

Conceals a line or shape control from the user.(Inherited from Shape.)

System_CAPS_pubmethod HitTest(Int32, Int32)

Determines whether a shape control is located at the specified point on the screen.(Inherited from SimpleShape.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Invalidate()

Invalidates a specific region of a line or shape control and causes a paint message to be sent to the control.(Inherited from Shape.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod OnBackColorChanged(EventArgs)

Raises the BackColorChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnBackgroundImageChanged(EventArgs)

Raises the BackgroundImageChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnBackgroundImageLayoutChanged(EventArgs)

Raises the BackgroundImageLayoutChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnClick(EventArgs)

Raises the Click event.(Inherited from Shape.)

System_CAPS_protmethod OnClientSizeChanged(EventArgs)

Raises the ClientSizeChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnContextMenuChanged(EventArgs)

Raises the ContextMenuChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnContextMenuStripChanged(EventArgs)

Raises the ContextMenuStripChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnCursorChanged(EventArgs)

Raises the CursorChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnDoubleClick(EventArgs)

Raises the DoubleClick event.(Inherited from Shape.)

System_CAPS_protmethod OnEnabledChanged(EventArgs)

Raises the EnabledChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnEnter(EventArgs)

Raises the Enter event.(Inherited from Shape.)

System_CAPS_protmethod OnGotFocus(EventArgs)

Raises the GotFocus event.(Inherited from Shape.)

System_CAPS_protmethod OnInvalidated(InvalidateEventArgs)

Raises the Invalidated event.(Inherited from Shape.)

System_CAPS_protmethod OnKeyDown(KeyEventArgs)

Raises the KeyDown event.(Inherited from Shape.)

System_CAPS_protmethod OnKeyPress(KeyPressEventArgs)

Raises the KeyPress event.(Inherited from Shape.)

System_CAPS_protmethod OnKeyUp(KeyEventArgs)

Raises the KeyUp event.(Inherited from Shape.)

System_CAPS_protmethod OnLeave(EventArgs)

Raises the Leave event.(Inherited from Shape.)

System_CAPS_protmethod OnLocationChanged(EventArgs)

Raises the LocationChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnLostFocus(EventArgs)

Raises the LostFocus event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseClick(MouseEventArgs)

Raises the MouseClick event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseDoubleClick(MouseEventArgs)

Raises the MouseDoubleClick event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseDown(MouseEventArgs)

Raises the MouseDown event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseEnter(EventArgs)

Raises the MouseEnter event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseHover(EventArgs)

Raises the MouseHover event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseLeave(EventArgs)

Raises the MouseLeave event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseMove(MouseEventArgs)

Raises the MouseMove event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseUp(MouseEventArgs)

Raises the MouseUp event.(Inherited from Shape.)

System_CAPS_protmethod OnMouseWheel(MouseEventArgs)

Raises the MouseWheel event.(Inherited from Shape.)

System_CAPS_protmethod OnMove(EventArgs)

Raises the Move event.(Inherited from Shape.)

System_CAPS_protmethod OnPaint(PaintEventArgs)

Raises the Paint event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnParentChanged(EventArgs)

Raises the ParentChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnPreviewKeyDown(PreviewKeyDownEventArgs)

Raises the PreviewKeyDown event.(Inherited from Shape.)

System_CAPS_protmethod OnQueryAccessibilityHelp(QueryAccessibilityHelpEventArgs)

Raises the QueryAccessibilityHelp event.(Inherited from Shape.)

System_CAPS_protmethod OnRegionChanged(EventArgs)

Raises the RegionChanged event.(Inherited from Shape.)

System_CAPS_protmethod OnResize(EventArgs)

Raises the Resize event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnSizeChanged(EventArgs)

Raises the SizeChanged event.(Inherited from SimpleShape.)

System_CAPS_protmethod OnVisibleChanged(EventArgs)

Raises the VisibleChanged event.(Inherited from Shape.)

System_CAPS_pubmethod PointToClient(Point)

Computes the location of the specified screen point into client coordinates.(Inherited from Shape.)

System_CAPS_pubmethod PointToScreen(Point)

Computes the location of the specified client point into screen coordinates.(Inherited from Shape.)

System_CAPS_pubmethod RectangleToClient(Rectangle)

Computes the size and location of the specified screen rectangle in client coordinates.(Inherited from Shape.)

System_CAPS_pubmethod RectangleToScreen(Rectangle)

Computes the size and location of the specified client rectangle in screen coordinates.(Inherited from Shape.)

System_CAPS_pubmethod Refresh()

Forces a control to invalidate its client area and immediately redraw itself and any child controls.(Inherited from Shape.)

System_CAPS_pubmethod ResumePaint(Boolean)

Resumes usual painting logic, optionally forcing an immediate layout of pending paint requests.(Inherited from Shape.)

System_CAPS_pubmethod Scale(SizeF)

Scales the shape by the specified scaling factor.(Inherited from SimpleShape.)

System_CAPS_pubmethod Select()

Enables a control.(Inherited from Shape.)

System_CAPS_pubmethod SendToBack()

Sends a line or shape control to the back of the z-order.(Inherited from Shape.)

System_CAPS_pubmethod SetBounds(Int32, Int32, Int32, Int32)

Sets the bounds of the shape to the specified location and size.(Inherited from SimpleShape.)

System_CAPS_pubmethod Show()

Displays a shape to the user.(Inherited from Shape.)

System_CAPS_pubmethod SuspendPaint()

Suspends the painting logic for a shape.(Inherited from Shape.)

System_CAPS_pubmethod ToString()

(Inherited from Component.)

System_CAPS_pubmethod Update()

Causes the control to redraw the invalidated regions within its client area.(Inherited from Shape.)

See Also

RectangleShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top