IViewObjectEx.GetNaturalExtent Method

Definition

public:
 void GetNaturalExtent(System::UInt32 dwAspect, int lindex, cli::array <Microsoft::VisualStudio::OLE::Interop::DVTARGETDEVICE> ^ ptd, IntPtr hicTargetDev, cli::array <Microsoft::VisualStudio::OLE::Interop::DVEXTENTINFO> ^ pExtentInfo, cli::array <Microsoft::VisualStudio::OLE::Interop::SIZEL> ^ pSizel);
public void GetNaturalExtent (uint dwAspect, int lindex, Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] ptd, IntPtr hicTargetDev, Microsoft.VisualStudio.OLE.Interop.DVEXTENTINFO[] pExtentInfo, Microsoft.VisualStudio.OLE.Interop.SIZEL[] pSizel);
abstract member GetNaturalExtent : uint32 * int * Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] * nativeint * Microsoft.VisualStudio.OLE.Interop.DVEXTENTINFO[] * Microsoft.VisualStudio.OLE.Interop.SIZEL[] -> unit
Public Sub GetNaturalExtent (dwAspect As UInteger, lindex As Integer, ptd As DVTARGETDEVICE(), hicTargetDev As IntPtr, pExtentInfo As DVEXTENTINFO(), pSizel As SIZEL())

Parameters

dwAspect
UInt32
lindex
Int32
hicTargetDev
IntPtr

nativeint

pExtentInfo
DVEXTENTINFO[]
pSizel
SIZEL[]

Remarks

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

Applies to