LibreOffice
LibreOffice 24.2 SDK API Reference
|
tiled rendering using a system-specific handle to a window More...
import"XTiledRenderable.idl";
Public Member Functions | |
void | paintTile ([in] any Parent, [in] long nOutputWidth, [in] long nOutputHeight, [in] long nTilePosX, [in] long nTilePosY, [in] long nTileWidth, [in] long nTileHeight) |
paint a tile to a system-specific window More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
tiled rendering using a system-specific handle to a window
void paintTile | ( | [in] any | Parent, |
[in] long | nOutputWidth, | ||
[in] long | nOutputHeight, | ||
[in] long | nTilePosX, | ||
[in] long | nTilePosY, | ||
[in] long | nTileWidth, | ||
[in] long | nTileHeight | ||
) |
paint a tile to a system-specific window
Parent | a system-specific handle to a window. |
You must check the machine ID and the process ID.
WIN32: HWND.
WIN16: HWND.
JAVA: global reference to a java.awt.Component object provided from the JNI-API.
MAC: (NSView*) pointer.
nOutputWidth | horizontal output parameter measured in pixels. |
nOutputHeight | vertical output parameter measured in pixels. |
nTilePosX | logical X position of the top left corner of the rendered rectangle, in TWIPs. |
nTilePosY | logical Y position of the top left corner of the rendered rectangle, in TWIPs. |
nTileWidth | logical width of the rendered rectangle, in TWIPs. |
nTileHeight | logical height of the rendered rectangle, in TWIPs. |