Share

acedGetCurVportPixelToDisplay Function

C++

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

File

aced.h

Description

This function sets xFactor and yFactor to the x and y pixel space to display space conversion factors for the current viewport. These values represent the size of a pixel in display coordinates. 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?