Click or drag to resize

BaseFlowJobElementScale(Double) Method

Scales the job element uniformly with respect to its centroid.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void Scale(
	double uniformScale
)

Parameters

uniformScale  Double
The uniform scaling factor.

Implements

ITransformableScale(Double)
See Also