Singer Instruments PIXL Client
PinningInstruction Constructor(Plate,Double,Double)



SI.PIXL.Client.Structs.Instructions Namespace > PinningInstruction Structure > PinningInstruction Constructor : PinningInstruction Constructor(Plate,Double,Double)
The plate.
The x location.
The y location.
Initializes a new instance of the PinningInstruction struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal plate As Plate, _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim plate As Plate
Dim x As Double
Dim y As Double
 
Dim instance As New PinningInstruction(plate, x, y)
public PinningInstruction( 
   Plate plate,
   double x,
   double y
)
public:
PinningInstruction( 
   Plate plate,
   double x,
   double y
)

Parameters

plate
The plate.
x
The x location.
y
The y location.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PinningInstruction Structure
PinningInstruction Members
Overload List