IViewObjectEx.GetNaturalExtent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ptd
- DVTARGETDEVICE[]
- hicTargetDev
-
IntPtr
nativeint
- pExtentInfo
- DVEXTENTINFO[]
- pSizel
- SIZEL[]
Remarks
For information on the COM interface, see IViewObjectEx::GetNaturalExtent