Übersetzung vorschlagen
 
Andere Vorschläge:

progress indicator
Keine anderen Vorschläge
Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
.NET Entwicklung
.NET Framework 4
GraphicsPath-Klasse
GraphicsPath-Methoden
IsVisible-Methode
 IsVisible-Methode (Point)
Alle reduzieren/Alle erweitern Alle reduzieren
Inhalt anzeigen:  Englisch mit deutscher ÜbersetzungInhalt anzeigen: Englisch mit deutscher Übersetzung
.NET Framework Class Library
GraphicsPath..::.IsVisible Method (Point)

Indicates whether the specified point is contained within this GraphicsPath.

Namespace:  System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)
Visual Basic
Public Function IsVisible ( _
    point As Point _
) As Boolean
C#
public bool IsVisible(
    Point point
)
Visual C++
public:
bool IsVisible(
    Point point
)
F#
member IsVisible : 
        point:Point -> bool 

Parameters

point
Type: System.Drawing..::.Point
A Point that represents the point to test.

Return Value

Type: System..::.Boolean
This method returns true if the specified point is contained within this GraphicsPath; otherwise, false.

For an example, see GraphicsPath.IsVisible Method (Int32, Int32, Graphics).

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework-Klassenbibliothek
GraphicsPath..::.IsVisible-Methode (Point)

Gibt an, dass der angegebene Punkt in diesem GraphicsPath enthalten ist.

Namespace:  System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)
Visual Basic
Public Function IsVisible ( _
    point As Point _
) As Boolean
C#
public bool IsVisible(
    Point point
)
Visual C++
public:
bool IsVisible(
    Point point
)
F#
member IsVisible : 
        point:Point -> bool 

Parameter

point
Typ: System.Drawing..::.Point
Ein Point, der den zu überprüfenden Punkt darstellt.

Rückgabewert

Typ: System..::.Boolean
Diese Methode gibt true zurück, wenn der angegebene Punkt in diesem GraphicsPath enthalten ist, andernfalls false.

Ein Beispiel finden Sie unter GraphicsPath.IsVisible Method (Int32, Int32, Graphics).

.NET Framework

Unterstützt in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Unterstützt in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 oder höher, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core wird nicht unterstützt), Windows Server 2008 R2 (Server Core wird mit SP1 oder höher unterstützt), Windows Server 2003 SP2

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Communityinhalt   Was ist Community Content?
Neuen Inhalt hinzufügen RSS  Anmerkungen
Processing
© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker