ControlPaint.DrawContainerGrabHandle(Graphics, Rectangle) Metoda

Definice

Nakreslí ovládací prvek kontejneru úchyt glyph na zadané grafické ploše a v zadaných mezích.

public:
 static void DrawContainerGrabHandle(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
static member DrawContainerGrabHandle : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Shared Sub DrawContainerGrabHandle (graphics As Graphics, bounds As Rectangle)

Parametry

graphics
Graphics

Nakreslit Graphics .

bounds
Rectangle

Představuje Rectangle rozměry úchytu glyph.

Poznámky

Úchyty pro získání jsou používány kontejnery k označení uživatele, že uživatel může přímo manipulovat s kontejnery. Manipulace se může skládat z akcí, jako je změna velikosti a přesunutí.

Platí pro