Convert Pane To Panel Coordinates Method
Short Name: CvtPaneToPanelCoords
Installed With: Base Package
Class: Pane Methods
Converts the input point from the local pane coordinates to the coordinates of the front panel as the output point.
The pane coordinates are relative to the pane origin. The front panel coordinates are relative to the top left of the window. You can use this method to compare the position of two objects on different panes. Before the conversion, the object coordinates are relative to different origins, but after the conversion, the converted coordinates are all relative to the same position on the front panel.
Parameters
Name | Required | Description |
---|---|---|
Panel Coordinates | No | A cluster of horizontal and vertical pairs that indicate the front panel coordinates. |
Pane Coordinates | No | A cluster of horizontal and vertical pairs that indicate the pane coordinates. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
Settable when the VI is running | Yes |
Loads the front panel into memory | Yes |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |