PXC_3DProjScaleType Enumeration

From PDF XChange PDF SDK
Revision as of 05:12, 14 November 2018 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_3DProjScaleType
{
    PSS_Absolute  = 0,
    PSS_FitWidth  = 1,
    PSS_FitHeight = 2,
    PSS_Min       = 3,
    PSS_Max       = 4,
};

Constants

PSS_Absolute
The ...
PSS_FitWidth
The ...
PSS_FitHeight
The ...
PSS_Min
The ...
PSS_Max
The ...

See Also

IPXV_3DCamera::ScaleType