Click or drag to resize

StiActionUtilsPointInEdge Method

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

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool PointInEdge(
	double x,
	double y,
	PointD point,
	double size
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

point
Type: Stimulsoft.Base.DrawingPointD

[Missing <param name="point"/> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInEdge(System.Double,System.Double,Stimulsoft.Base.Drawing.PointD,System.Double)"]

size
Type: SystemDouble

[Missing <param name="size"/> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInEdge(System.Double,System.Double,Stimulsoft.Base.Drawing.PointD,System.Double)"]

Return Value

Type: Boolean

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

See Also