| STSeriesWorkflowImage Constructor  |   | 
            Constructor
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic STSeriesWorkflowImage(
	int x,
	int y,
	string filename
)
Public Sub New ( 
	x As Integer,
	y As Integer,
	filename As String
)
public:
STSeriesWorkflowImage(
	int x, 
	int y, 
	String^ filename
)
new : 
        x : int * 
        y : int * 
        filename : string -> STSeriesWorkflowImageParameters
- x
 - Type: SystemInt32
x value of top left corner of the image - y
 - Type: SystemInt32
y value of top left corner of the image - filename
 - Type: SystemString
Filename of the image 
See Also