ControlPaint.DrawLockedFrame(Graphics, Rectangle, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Dessine un frame de sélection verrouillé à l'écran dans les limites spécifiées et sur la surface graphique spécifiée. Spécifie si le frame doit être dessiné avec les couleurs primaires sélectionnées.
public:
static void DrawLockedFrame(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, bool primary);
public static void DrawLockedFrame (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary);
static member DrawLockedFrame : System.Drawing.Graphics * System.Drawing.Rectangle * bool -> unit
Public Shared Sub DrawLockedFrame (graphics As Graphics, rectangle As Rectangle, primary As Boolean)
Paramètres
- primary
- Boolean
true
pour dessiner ce frame avec les couleurs utilisées pour la sélection primaire ; sinon, false
.