IViewObject2 interface (oleidl.h)

An extension to the IViewObject interface which returns the size of the drawing for a given view of an object. You can prevent the object from being run if it isn't already running by calling this method instead of IOleObject::GetExtent.

Like the IViewObject interface, IViewObject2 cannot be marshaled to another process. This is because device contexts are only effective in the context of one process.

The OLE-provided default implementation provides the size of the object in the cache.

Inheritance

The IViewObject2 interface inherits from IViewObject. IViewObject2 also has these types of members:

Methods

The IViewObject2 interface has these methods.

 
IViewObject2::GetExtent

Retrieves the size that the specified view object will be drawn on the specified target device.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header oleidl.h

See also

IViewObject