IOleInPlaceSiteWindowless.OnPosRectChange(RECT[]) 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.
Object's extents have changed.
public:
void OnPosRectChange(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ lprcPosRect);
public:
void OnPosRectChange(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ lprcPosRect);
void OnPosRectChange(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & lprcPosRect);
public void OnPosRectChange (Microsoft.VisualStudio.OLE.Interop.RECT[] lprcPosRect);
abstract member OnPosRectChange : Microsoft.VisualStudio.OLE.Interop.RECT[] -> unit
Public Sub OnPosRectChange (lprcPosRect As RECT())
Parameters
- lprcPosRect
- RECT[]
[in] Pointer to the rectangle containing the position of the in-place object in the client coordinates of its parent window.