VisualStyleRenderer.HitTestBackground Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se un punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione corrente.
Overload
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions) |
Restituisce un codice di hit test che indica se il punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione e all'interno dell'area specificata. |
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions) |
Restituisce un codice di hit test che indica se un punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione corrente. |
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions) |
Restituisce un codice di hit test che indica se il punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione e all'interno di limiti specificati. |
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions)
Restituisce un codice di hit test che indica se il punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione e all'interno dell'area specificata.
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
Parametri
Oggetto IDeviceContext utilizzato da questa operazione.
- backgroundRectangle
- Rectangle
Struttura Rectangle contenente lo sfondo dell'elemento dello stile di visualizzazione corrente.
- hRgn
-
IntPtr
nativeint
Handle Windows a un'area Region che specifica i limiti dell'area di hit test nello sfondo.
- options
- HitTestOptions
Combinazione bit per bit dei valori di HitTestOptions.
Restituisce
Oggetto HitTestCode che descrive la posizione di pt
nello sfondo dell'elemento dello stile di visualizzazione corrente.
Eccezioni
dc
è null
.
Si applica a
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions)
Restituisce un codice di hit test che indica se un punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione corrente.
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
Parametri
Oggetto IDeviceContext utilizzato da questa operazione.
- backgroundRectangle
- Rectangle
Struttura Rectangle contenente lo sfondo dell'elemento dello stile di visualizzazione corrente.
- options
- HitTestOptions
Combinazione bit per bit dei valori di HitTestOptions.
Restituisce
Oggetto HitTestCode che descrive la posizione di pt
nello sfondo dell'elemento dello stile di visualizzazione corrente.
Eccezioni
dc
è null
.
Si applica a
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions)
Restituisce un codice di hit test che indica se il punto è contenuto nello sfondo dell'elemento dello stile di visualizzazione e all'interno di limiti specificati.
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
Parametri
- backgroundRectangle
- Rectangle
Struttura Rectangle contenente lo sfondo dell'elemento dello stile di visualizzazione corrente.
- options
- HitTestOptions
Combinazione bit per bit dei valori di HitTestOptions.
Restituisce
Oggetto HitTestCode che descrive la posizione di pt
nello sfondo dell'elemento dello stile di visualizzazione corrente.
Eccezioni
g
è null
.