Indicates whether the rectangle specified by a Rectangle structure is contained within the visible clip region of this GdiGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public virtual bool IsVisible ( |
Visual Basic Copy Code |
---|
Public Overridable Function IsVisible( _ |
This method returns true if the rectangle specified by the rect parameter is contained within the visible clip region of this GdiGraphics object; otherwise, false.