.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)

Syntax
Public Function IsVisible ( _
point As Point _
) As Boolean
public bool IsVisible(
Point point
)
public:
bool IsVisible(
Point point
)
member IsVisible :
point:Point -> bool

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

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0 .NET Framework Client ProfileSupported in: 4, 3.5 SP1

Platforms
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.

See Also
|
.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)

Syntax
Public Function IsVisible ( _
point As Point _
) As Boolean
public bool IsVisible(
Point point
)
public:
bool IsVisible(
Point point
)
member IsVisible :
point:Point -> bool

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

Versionsinformationen
.NET FrameworkUnterstützt in: 4, 3.5, 3.0, 2.0, 1.1, 1.0 .NET Framework Client ProfileUnterstützt in: 4, 3.5 SP1

Plattformen
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.

Siehe auch
|