Click or drag to resize

CommandListAppendScalingFactor(Double, Double) Method

Sets the current scaling factor for vector co-ordinates.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendScalingFactor(
	double x,
	double y
)

Parameters

x  Double
The factor for the X axis.
y  Double
The factor for the Y axis.
Remarks
Appends a SCALING_FACTOR command to the list.
See Also