DVEXTENTMODE

The DVEXTENTMODE enumeration values are used in IViewObjectEx::GetNaturalExtent.

typedef enum tagDVEXTENTMODE 
{ 
    DVEXTENT_CONTENT               = 0, 
    DVEXTENT_INTEGRAL              = 1 
} DVEXTENTMODE;
 

Elements

DVEXTENT_CONTENT
Indicates that the container will ask the object how big it wants to be to exactly fit its content, for example, in snap-to-size operations.
DVEXTENT_INTEGRAL
Indicates that the container will provide a proposed size to the object for its use in resizing.

See Also

IViewObjectEx::GetNaturalExtent