Click or drag to resize

GraphicsIsVisible Method

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
)

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