Click or drag to resize

IOleObjectSetExtent Method

Sets 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 SetExtent(
	int dwDrawAspect,
	tagSIZEL pSizel
)

Parameters

dwDrawAspect  Int32
The drawing aspect whose extent is being set.
pSizel  tagSIZEL
The extent to apply.

Return Value

Int32
The HRESULT returned by the COM method.
See Also