Shape Methods
Include Protected Members
Include Inherited Members
The Shape type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BringToFront | Brings a line or shape control to the front of the z-order. |
![]() |
CreateAccessibilityInstance | Creates a new accessibility object for a line or shape control. |
![]() |
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() | Releases all resources used by the Component. (Inherited from Component.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by a line or shape control and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).) |
![]() |
DrawToBitmap | Supports rendering to the specified bitmap. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() |
FindForm | Retrieves the form that a line or shape control is on. |
![]() |
Focus | Sets input focus to a line or shape control. |
![]() |
GetContainerControl | Returns the next ContainerControl up in a line or shape control's chain of parent controls. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Hide | Conceals a line or shape control from the user. |
![]() |
HitTest | Gets information about a line or shape control at the specified position on the screen. |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
Invalidate | Invalidates a specific region of a line or shape control and causes a paint message to be sent to the control. |
![]() ![]() |
IsKeyLocked | Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. |
![]() |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() |
OnClick | Raises the Click event. |
![]() |
OnContextMenuChanged | Raises the ContextMenuChanged event. |
![]() |
OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. |
![]() |
OnCursorChanged | Raises the CursorChanged event. |
![]() |
OnDoubleClick | Raises the DoubleClick event. |
![]() |
OnEnabledChanged | Raises the EnabledChanged event. |
![]() |
OnEnter | Raises the Enter event. |
![]() |
OnGotFocus | Raises the GotFocus event. |
![]() |
OnInvalidated | Raises the Invalidated event. |
![]() |
OnKeyDown | Raises the KeyDown event. |
![]() |
OnKeyPress | Raises the KeyPress event. |
![]() |
OnKeyUp | Raises the KeyUp event. |
![]() |
OnLeave | Raises the Leave event. |
![]() |
OnLostFocus | Raises the LostFocus event. |
![]() |
OnMouseClick | Raises the MouseClick event. |
![]() |
OnMouseDoubleClick | Raises the MouseDoubleClick event. |
![]() |
OnMouseDown | Raises the MouseDown event. |
![]() |
OnMouseEnter | Raises the MouseEnter event. |
![]() |
OnMouseHover | Raises the MouseHover event. |
![]() |
OnMouseLeave | Raises the MouseLeave event. |
![]() |
OnMouseMove | Raises the MouseMove event. |
![]() |
OnMouseUp | Raises the MouseUp event. |
![]() |
OnMouseWheel | Raises the MouseWheel event. |
![]() |
OnMove | Raises the Move event. |
![]() |
OnPaint | Raises the Paint event. |
![]() |
OnParentChanged | Raises the ParentChanged event. |
![]() |
OnPreviewKeyDown | Raises the PreviewKeyDown event. |
![]() |
OnQueryAccessibilityHelp | Raises the QueryAccessibilityHelp event. |
![]() |
OnRegionChanged | Raises the RegionChanged event. |
![]() |
OnVisibleChanged | Raises the VisibleChanged event. |
![]() |
PointToClient | Computes the location of the specified screen point into client coordinates. |
![]() |
PointToScreen | Computes the location of the specified client point into screen coordinates. |
![]() |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. |
![]() |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. |
![]() |
Refresh | Forces a control to invalidate its client area and immediately redraw itself and any child controls. |
![]() |
ResumePaint | Resumes usual painting logic, optionally forcing an immediate layout of pending paint requests. |
![]() |
Scale | Scales a shape by the specified scaling factor. |
![]() |
Select | Enables a control. |
![]() |
SendToBack | Sends a line or shape control to the back of the z-order. |
![]() |
Show | Displays a shape to the user. |
![]() |
SuspendPaint | Suspends the painting logic for a shape. |
![]() |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() |
Update | Causes the control to redraw the invalidated regions within its client area. |
Top