RBRectangleControlPointSelected Method

[Missing <summary> documentation for "M:KLib.Geometry.RBRectangle.ControlPointSelected(System.Int32,System.Int32,System.Int32)"]

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public bool ControlPointSelected(
	int X,
	int Y,
	int tolerance
)

Parameters

X  Int32

[Missing <param name="X"/> documentation for "M:KLib.Geometry.RBRectangle.ControlPointSelected(System.Int32,System.Int32,System.Int32)"]

Y  Int32

[Missing <param name="Y"/> documentation for "M:KLib.Geometry.RBRectangle.ControlPointSelected(System.Int32,System.Int32,System.Int32)"]

tolerance  Int32

[Missing <param name="tolerance"/> documentation for "M:KLib.Geometry.RBRectangle.ControlPointSelected(System.Int32,System.Int32,System.Int32)"]

Return Value

Boolean

[Missing <returns> documentation for "M:KLib.Geometry.RBRectangle.ControlPointSelected(System.Int32,System.Int32,System.Int32)"]

See Also