Show / Hide Table of Contents

    Method GetCursor

    | Improve this Doc View Source

    GetCursor(out GraphicsIn)

    plGetCursor: Wait for graphics input event and translate to world coordinates.

    Declaration
    public Int32 GetCursor(out GraphicsIn gin)
    Parameters
    Type Name Description
    GraphicsIn gin

    Pointer to PLGraphicsIn structure which will contain the output. The structure is not allocated by the routine and must exist before the function is called.

    Returns
    Type Description
    Int32
    Remarks

    Wait for graphics input event and translate to world coordinates. Returns 0 if no translation to world coordinates is possible.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX