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