Returns true if the clip region intersects
the specified rectangle.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool IsVisible(
RectangleF rectangle
)
Public Overridable Function IsVisible (
rectangle As RectangleF
) As Boolean
abstract IsVisible :
rectangle : RectangleF -> bool
override IsVisible :
rectangle : RectangleF -> bool
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
[Missing <param name="rectangle"/> documentation for "M:Eto.Drawing.Graphics.IsVisible(Eto.Drawing.RectangleF)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Drawing.Graphics.IsVisible(Eto.Drawing.RectangleF)"]
See Also