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