Search
IGraphicsPath.IsVisible Method
See Also
 





Indicates whether the specified point is contained within this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

bool IsVisible (
    Point point
)

Visual Basic  Copy Code

Function IsVisible( _
    point As Point _
) As Boolean

 Parameters

point

The point to test.

 Return Value

true if the specified point is contained within this IGraphicsPath; otherwise, false.

 See Also