DragData.DynamicToDocument

Convert scale coordinates to logical document coordinates.

Syntax Parameters Return Value
Sub DragData.DynamicToDocument( _
    X As Double, _
    Y As Double, _
    ByRef realX As Double, _
    ByRef realY As Double, _
    Optional plotID As Integer = -1, _
    Optional graphID As Integer = -1)
  • X [in]

    Type: Double

  • Y [in]

    Type: Double

  • realX [out]

    Type: Double

  • realY [out]

    Type: Double

  • plotID [in, optional]

    Type: Integer

    Default value: -1

  • graphID [in, optional]

    Type: Integer

    Default value: -1

This function does not return a value.