CODGlobal::IsYAxisUp
boolCODGlobal::IsYAxisUp(const CDC&dc)
Determines if positive Y-Axis for the device context is up or down.
Defined in: OdGlobal.cpp
Return Value
true if Y-Axis is up. false if Y-Axis is down.
Parameters
dc
The device context in consideration.