CODViewport::InchesToPoints

int CODViewport::InchesToPoints(float fInches, BOOL bWidth)

Converts inches to pixels.

Defined in: OdViewport.cpp

Return Value

Converted value in device units.

Parameters

fInches

The inch value.

bWidth

TRUE if converting a horizontal value, FALSE if converting a vertical value.

Comments

This function is obsolete and will eventually be removed from the library. The name is misleading, because it refers to device units as points.