Click or drag to resize

ITransformableScale(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#
void Scale(
	double uniformScale
)

Parameters

uniformScale  Double
The uniform scaling factor.
See Also