Click or drag to resize

CommandListAppendMarkAbs(Double, Double) Method

Marks a straight line from the current position to the absolute end-point coordinates.


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

Parameters

x  Double
The absolute x ordinate of the end-point.
y  Double
The absolute y ordinate of the end-point.
Remarks
Appends a MARK_ABS command to the list.
Example
Please refer to 12.3 Example Code in this Manual for examples using this, and similar, methods.
See Also