VisualStyleRenderer.HitTestBackground Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob ein Punkt im Hintergrund des aktuellen visuellen Stilelements enthalten ist.
Überlädt
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions) |
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob der Punkt im Hintergrund des aktuellen visuellen Stilelements sowie innerhalb des angegebenen Bereichs enthalten ist. |
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions) |
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob ein Punkt im Hintergrund des aktuellen visuellen Stilelements enthalten ist. |
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions) |
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob der Punkt im Hintergrund des aktuellen visuellen Stilelements sowie innerhalb der angegebenen Begrenzungen enthalten ist. |
HitTestBackground(IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions)
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob der Punkt im Hintergrund des aktuellen visuellen Stilelements sowie innerhalb des angegebenen Bereichs enthalten ist.
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
Parameter
Die IDeviceContext, die von diesem Vorgang verwendet wird.
- backgroundRectangle
- Rectangle
Ein Rectangle, das den Hintergrund des aktuellen visuellen Stilelements enthält.
- hRgn
-
IntPtr
nativeint
Ein Windows-Handle für eine Region, die die Begrenzungen des Trefferüberprüfungsbereichs im Hintergrund angibt.
- options
- HitTestOptions
Eine bitweise Kombination der HitTestOptions-Werte.
Gibt zurück
Ein HitTestCode, der beschreibt, wo im Hintergrund des aktuellen visuellen Stilelements sich pt
befindet.
Ausnahmen
dc
ist null
.
Gilt für
HitTestBackground(IDeviceContext, Rectangle, Point, HitTestOptions)
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob ein Punkt im Hintergrund des aktuellen visuellen Stilelements enthalten ist.
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
Parameter
Die IDeviceContext, die von diesem Vorgang verwendet wird.
- backgroundRectangle
- Rectangle
Ein Rectangle, das den Hintergrund des aktuellen visuellen Stilelements enthält.
- options
- HitTestOptions
Eine bitweise Kombination der HitTestOptions-Werte.
Gibt zurück
Ein HitTestCode, der beschreibt, wo im Hintergrund des aktuellen visuellen Stilelements sich pt
befindet.
Ausnahmen
dc
ist null
.
Gilt für
HitTestBackground(Graphics, Rectangle, Region, Point, HitTestOptions)
Gibt einen Trefferüberprüfungscode zurück, der angibt, ob der Punkt im Hintergrund des aktuellen visuellen Stilelements sowie innerhalb der angegebenen Begrenzungen enthalten ist.
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
Parameter
- backgroundRectangle
- Rectangle
Ein Rectangle, das den Hintergrund des aktuellen visuellen Stilelements enthält.
- region
- Region
Eine Region, die die Begrenzungen des Trefferüberprüfungsbereichs im Hintergrund angibt.
- options
- HitTestOptions
Eine bitweise Kombination der HitTestOptions-Werte.
Gibt zurück
Ein HitTestCode, der beschreibt, wo im Hintergrund des aktuellen visuellen Stilelements sich der pt
befindet, sofern vorhanden.
Ausnahmen
g
ist null
.