VisualStyleRenderer.HitTestBackground Metodo

Definizione

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

dc
IDeviceContext

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.

pt
Point

Oggetto Point da verificare.

options
HitTestOptions

Combinazione bit per bit dei valori di HitTestOptions.

Restituisce

HitTestCode

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

dc
IDeviceContext

Oggetto IDeviceContext utilizzato da questa operazione.

backgroundRectangle
Rectangle

Struttura Rectangle contenente lo sfondo dell'elemento dello stile di visualizzazione corrente.

pt
Point

Oggetto Point da verificare.

options
HitTestOptions

Combinazione bit per bit dei valori di HitTestOptions.

Restituisce

HitTestCode

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

g
Graphics

Oggetto Graphics utilizzato da questa operazione.

backgroundRectangle
Rectangle

Struttura Rectangle contenente lo sfondo dell'elemento dello stile di visualizzazione corrente.

region
Region

Oggetto Region che specifica i limiti dell'area di hit test nello sfondo.

pt
Point

Oggetto Point da verificare.

options
HitTestOptions

Combinazione bit per bit dei valori di HitTestOptions.

Restituisce

HitTestCode

Oggetto HitTestCode che descrive la posizione di pt nello sfondo dell'elemento dello stile di visualizzazione corrente.

Eccezioni

Si applica a