Indicates whether the specified point is contained within this IGraphicsPath.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
bool IsVisible ( |
Visual Basic
Copy Code
|
|---|
Function IsVisible( _ |
The point to test.
true if the specified point is contained within this IGraphicsPath; otherwise, false.
See Also