VisualStyleRenderer.HitTestBackground 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.
Détermine si un point est contenu à l'arrière-plan de l'élément de style visuel en cours.
Surcharges
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions) |
Renvoie un code de test d'atteinte qui indique si le point est contenu à l'arrière-plan de l'élément de style visuel en cours et dans la région spécifiée. |
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions) |
Renvoie un code de test d'atteinte qui indique si un point est contenu à l'arrière-plan de l'élément de style visuel en cours. |
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions) |
Renvoie un code de test d'atteinte qui indique si le point est contenu à l'arrière-plan de l'élément de style visuel en cours et dans les limites spécifiées. |
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions)
Renvoie un code de test d'atteinte qui indique si le point est contenu à l'arrière-plan de l'élément de style visuel en cours et dans la région spécifiée.
public:
System::Windows::Forms::VisualStyles::HitTestCode HitTestBackground(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle backgroundRectangle, IntPtr hRgn, System::Drawing::Point pt, System::Windows::Forms::VisualStyles::HitTestOptions options);
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options);
member this.HitTestBackground : System.Drawing.IDeviceContext * System.Drawing.Rectangle * nativeint * System.Drawing.Point * System.Windows.Forms.VisualStyles.HitTestOptions -> System.Windows.Forms.VisualStyles.HitTestCode
Public Function HitTestBackground (dc As IDeviceContext, backgroundRectangle As Rectangle, hRgn As IntPtr, pt As Point, options As HitTestOptions) As HitTestCode
Paramètres
IDeviceContext que cette opération va utiliser.
- backgroundRectangle
- Rectangle
Rectangle qui contient l'arrière-plan de l'élément de style visuel en cours.
- hRgn
-
IntPtr
nativeint
Handle Windows pour un Region qui spécifie les limites de la zone de test d'atteinte au sein de l'arrière-plan.
- options
- HitTestOptions
Combinaison d'opérations de bits des valeurs HitTestOptions.
Retours
HitTestCode qui décrit où pt
se situe à l'arrière-plan de l'élément de style visuel en cours.
Exceptions
dc
a la valeur null
.
S’applique à
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions)
Renvoie un code de test d'atteinte qui indique si un point est contenu à l'arrière-plan de l'élément de style visuel en cours.
public:
System::Windows::Forms::VisualStyles::HitTestCode HitTestBackground(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle backgroundRectangle, System::Drawing::Point pt, System::Windows::Forms::VisualStyles::HitTestOptions options);
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options);
member this.HitTestBackground : System.Drawing.IDeviceContext * System.Drawing.Rectangle * System.Drawing.Point * System.Windows.Forms.VisualStyles.HitTestOptions -> System.Windows.Forms.VisualStyles.HitTestCode
Public Function HitTestBackground (dc As IDeviceContext, backgroundRectangle As Rectangle, pt As Point, options As HitTestOptions) As HitTestCode
Paramètres
IDeviceContext que cette opération va utiliser.
- backgroundRectangle
- Rectangle
Rectangle qui contient l'arrière-plan de l'élément de style visuel en cours.
- options
- HitTestOptions
Combinaison d'opérations de bits des valeurs HitTestOptions.
Retours
HitTestCode qui décrit où pt
se situe à l'arrière-plan de l'élément de style visuel en cours.
Exceptions
dc
a la valeur null
.
S’applique à
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions)
Renvoie un code de test d'atteinte qui indique si le point est contenu à l'arrière-plan de l'élément de style visuel en cours et dans les limites spécifiées.
public:
System::Windows::Forms::VisualStyles::HitTestCode HitTestBackground(System::Drawing::Graphics ^ g, System::Drawing::Rectangle backgroundRectangle, System::Drawing::Region ^ region, System::Drawing::Point pt, System::Windows::Forms::VisualStyles::HitTestOptions options);
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground (System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options);
member this.HitTestBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Region * System.Drawing.Point * System.Windows.Forms.VisualStyles.HitTestOptions -> System.Windows.Forms.VisualStyles.HitTestCode
Public Function HitTestBackground (g As Graphics, backgroundRectangle As Rectangle, region As Region, pt As Point, options As HitTestOptions) As HitTestCode
Paramètres
- backgroundRectangle
- Rectangle
Rectangle qui contient l'arrière-plan de l'élément de style visuel en cours.
- options
- HitTestOptions
Combinaison d'opérations de bits des valeurs HitTestOptions.
Retours
HitTestCode qui décrit, le cas échéant, où pt
se situe à l'arrière-plan de l'élément de style visuel en cours.
Exceptions
g
a la valeur null
.