IOleObjectGetExtent Method |
Retrieves the display extent of the object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint GetExtent(
int dwDrawAspect,
tagSIZEL pSizel
)
Parameters
- dwDrawAspect Int32
- The drawing aspect whose extent is requested.
- pSizel tagSIZEL
- Receives the current extent.
Return Value
Int32The HRESULT returned by the COM method.
See Also