Show / Hide Table of Contents

    Method GetCursor

    GetCursor(out GraphicsIn)

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

    Declaration
    public static 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.

    Back to top Generated by DocFX