SlopeInterceptItemConvert(SlopeInterceptItem, FPoint, FPoint) Method
Set the caller's slope intercept values to represent the specified
line in the form of y = mx + b.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Convert(
SlopeInterceptItem target,
FPoint pointA,
FPoint pointB
)
Public Shared Sub Convert (
target As SlopeInterceptItem,
pointA As FPoint,
pointB As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- target SlopeInterceptItem
-
Reference to an existing slope intercept item to receive the converted
values.
- pointA FPoint
-
Reference to the first end of the existing line.
- pointB FPoint
-
Reference to the second end of the existing line.