次の方法で共有


IViewObjectEx.GetNaturalExtent Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetNaturalExtent ( _
    dwAspect As UInteger, _
    lindex As Integer, _
    ptd As DVTARGETDEVICE(), _
    hicTargetDev As IntPtr, _
    pExtentInfo As DVEXTENTINFO(), _
    <OutAttribute> pSizel As SIZEL() _
)
void GetNaturalExtent(
    uint dwAspect,
    int lindex,
    DVTARGETDEVICE[] ptd,
    IntPtr hicTargetDev,
    DVEXTENTINFO[] pExtentInfo,
    SIZEL[] pSizel
)

Parameters

Remarks

For information on the COM interface, see IViewObjectEx::GetNaturalExtent

.NET Framework Security

See Also

Reference

IViewObjectEx Interface

Microsoft.VisualStudio.OLE.Interop Namespace