Click or drag to resize

StiActionUtilsPointInRect Method (Single, Single, RectangleF)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Single,System.Single,System.Drawing.RectangleF)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool PointInRect(
	float x,
	float y,
	RectangleF rect
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Single,System.Single,System.Drawing.RectangleF)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Single,System.Single,System.Drawing.RectangleF)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Single,System.Single,System.Drawing.RectangleF)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Single,System.Single,System.Drawing.RectangleF)"]

See Also