FLineScale(FLine, FScale) Method

Return the scaled version of the provided line with the specified scale.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FLine Scale(
	FLine source,
	FScale scale
)

Parameters

source  FLine
Reference to the reference line.
scale  FScale
The scale to apply to the caller's line.

Return Value

FLine
The representation of the caller's line, where the specified scale has been applied.

See Also