Click or drag to resize

RectangleDContains Method (Double, Double)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.Contains(System.Double,System.Double)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public bool Contains(
	double x,
	double y
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.Contains(System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.Contains(System.Double,System.Double)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.Contains(System.Double,System.Double)"]

See Also