Click or drag to resize

CommandListAppendScalingFactor(Point2D) 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(
	Point2D factor
)

Parameters

factor  Point2D
The factors for the X and Y axes.
Remarks
Appends a SCALING_FACTOR command to the list.
See Also