Image: Set Coordinates
Set the XY Mapping of an image for inserting it in graphs
Minimum Origin Version Required: 2022
1. cvSetXY left:=0 right:=10 bottom:=0 top:=5 unit:=m;
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Image | img |
Input/Output ImageLayer |
|
Specify the input image. It is also the destination of the output image. |
Left (X1) | left |
Input double |
|
Set X coordinate of the image's left margin. |
Right (X2) | right |
Input double |
|
Set X coordinate of the image's right margin. |
Bottom (Y1) | bottom |
Input double |
|
Set Y coordinate of the image's bottom margin. |
Top (Y2) | top |
Input double |
|
Set Y coordinate of the image's top margin. |
Unit | unit |
Input string |
|
Specify the unit of the coordinates. |
This X-Function is used to set the XY Mapping of an image. The image can be used to insert to a graph window. See this page for details.