Click or drag to resize

IOleObjectGetExtent Method

Retrieves the display extent of the object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int GetExtent(
	int dwDrawAspect,
	tagSIZEL pSizel
)

Parameters

dwDrawAspect  Int32
The drawing aspect whose extent is requested.
pSizel  tagSIZEL
Receives the current extent.

Return Value

Int32
The HRESULT returned by the COM method.
See Also