Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this GdiGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public virtual bool IsVisible ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function IsVisible( _ |
This method returns true if the point defined by the x and y parameters is contained within the visible clip region of this GdiGraphics object; otherwise, false.
See Also