ITextStoreAnchor::GetScreenExt method
The ITextStoreAnchor::GetScreenExt method returns the bounding box screen coordinates of the display surface where the text stream is rendered.
Syntax
HRESULT GetScreenExt(
[in] TsViewCookie vcView,
[out] RECT *prc
);
Parameters
- vcView [in]
-
Specifies the context view.
- prc [out]
-
Receives the bounding box screen coordinates of the display surface of the document.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The specified vcView parameter is invalid. |
Remarks
If the text is not currently displayed, for example, if the document window is minimized, the prc parameter is set to { 0, 0, 0, 0 }.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also