Tests if a line is tangent to the circle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public bool IsTangentTo( Line line ) |
| Visual Basic (Declaration) |
|---|
Public Function IsTangentTo ( _ line As Line _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsTangentTo( Line^ line ) |
Parameters
- line
- Type: ceometric.VectorGeometry..::.Line
A line.