DragData.DocumentToDynamic

Convert logical document coordinates to scale coordinates.

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

    Type: Double

  • realY [in]

    Type: Double

  • X [out]

    Type: Double

  • Y [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.