Share

acedGetCurVportScreenToDisplay Function

C++

void acedGetCurVportScreenToDisplay(
    double& xFactor, 
    double& yFactor
);

File

aced.h

Description

This function sets xFactor and yFactor to the x and y screen space to display space conversion factors for the current viewport. If there is no current viewport, then both are set to 0.0.

Parameters

Parameters Description
xFactor Input double to be filled in with x conversion factor
yFactor Input double to be filled in with y conversion factor

Was this information helpful?