IViewObjectEx.GetRect(UInt32, RECTL[]) Method

Definition

public:
 void GetRect(System::UInt32 dwAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::RECTL> ^ pRect);
public:
 void GetRect(unsigned int dwAspect, Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECTL> ^ pRect);
void GetRect(unsigned int dwAspect, std::Array <Microsoft::VisualStudio::OLE::Interop::RECTL> const & pRect);
public void GetRect (uint dwAspect, Microsoft.VisualStudio.OLE.Interop.RECTL[] pRect);
abstract member GetRect : uint32 * Microsoft.VisualStudio.OLE.Interop.RECTL[] -> unit
Public Sub GetRect (dwAspect As UInteger, pRect As RECTL())

Parameters

dwAspect
UInt32
pRect
RECTL[]

Remarks

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

Applies to