IViewObject2.GetExtent(UInt32, Int32, DVTARGETDEVICE[], SIZEL[]) 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 GetExtent(System::UInt32 dwDrawAspect, int lindex, cli::array <Microsoft::VisualStudio::OLE::Interop::DVTARGETDEVICE> ^ ptd, cli::array <Microsoft::VisualStudio::OLE::Interop::SIZEL> ^ LPSIZEL);
void GetExtent(unsigned int dwDrawAspect, int lindex, std::Array <Microsoft::VisualStudio::OLE::Interop::DVTARGETDEVICE> const & ptd, std::Array <Microsoft::VisualStudio::OLE::Interop::SIZEL> const & LPSIZEL);
public void GetExtent (uint dwDrawAspect, int lindex, Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] ptd, Microsoft.VisualStudio.OLE.Interop.SIZEL[] LPSIZEL);
abstract member GetExtent : uint32 * int * Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] * Microsoft.VisualStudio.OLE.Interop.SIZEL[] -> unit
Public Sub GetExtent (dwDrawAspect As UInteger, lindex As Integer, ptd As DVTARGETDEVICE(), LPSIZEL As SIZEL())
Parameters
- dwDrawAspect
- UInt32
- lindex
- Int32
- ptd
- DVTARGETDEVICE[]
- LPSIZEL
- SIZEL[]
Remarks
For information on the COM interface, see IViewObject2::GetExtent