FLineScale(FLine, Single) Method
Return the scaled version of the provided line with the specified
scale.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FLine Scale(
FLine source,
float scale
)
Public Shared Function Scale (
source As FLine,
scale As Single
) As FLine
No code example is currently available or this language may not be supported.
- source FLine
-
Reference to the reference line.
- scale Single
-
The scale to apply to the caller's line.
FLine
The representation of the caller's line, where the specified scale
has been applied.