Pane class/Convert Panel To Pane Coordinates method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 64AFA40B
Scope Basic Development Environment
Data Name CvtPanelToPaneCoords
Short Name* CvtPanelToPaneCoords
Long Name* Convert Panel To Pane Coordinates
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 75
Owning Class Name Pane Class
Return Data Type No return value
Invoke Node Convert Panel To Pane Coordinates
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Converts the input point from the front panel coordinates to the coordinates of the local pane as the output point.

The front panel coordinates are relative to the top left of the window. The pane coordinates are relative to the pane origin.

Parameters

Data type Name Required Description
Numeric Cluster Panel Coordinates Yes A cluster of horizontal and vertical pairs that indicate the front panel coordinates.
Numeric Cluster Pane Coordinates Yes A cluster of horizontal and vertical pairs that indicate the pane coordinates.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links