Indicates whether the rectangle specified by a RectangleF structure is contained within the visible clip region of this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
bool IsVisible ( |
Visual Basic
Copy Code
|
|---|
Function IsVisible( _ |
This method returns true if the rectangle specified by the rect parameter is contained within the visible clip region of this IGraphics object; otherwise, false.
See Also