1 implementation of GetExtent
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
620
HRESULT IViewObject2.Interface.
GetExtent
(DVASPECT dwDrawAspect, int lindex, DVTARGETDEVICE* ptd, SIZE* lpsizel)
3 references to GetExtent
System.Windows.Forms.Primitives (3)
Windows.Win32.IViewObject2.g.cs (1)
252
return __object.
GetExtent
(dwDrawAspect, lindex, ptd, lpsizel);
Windows.Win32.System_Ole_IViewObject2_Extensions.g.cs (2)
52
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.
GetExtent
(winmdroot.System.Com.DVASPECT, int, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Foundation.SIZE*)"/>
57
winmdroot.Foundation.HRESULT __result = @this.
GetExtent
(dwDrawAspect, lindex, ptd, lpsizelLocal);