CADability dotNET
Places the patch on the paper leaving the scalinfactor unchanged. The parameters specify the position of the model origin on the paper.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void MovePatch(
	int index,
	double xPos,
	double yPos
)
Visual Basic
Public Sub MovePatch ( _
	index As Integer, _
	xPos As Double, _
	yPos As Double _
)
Visual C++
public:
void MovePatch(
	int index, 
	double xPos, 
	double yPos
)

Parameters

index
Type: System..::..Int32
xPos
Type: System..::..Double
horizontal position of the origin
yPos
Type: System..::..Double
vertical position of the origin

See Also