IXpsOMTileBrush::GetViewport method (xpsobjectmodel.h)
Gets the portion of the destination geometry that is covered by a single tile.
Syntax
HRESULT GetViewport(
[out, retval] XPS_RECT *viewport
);
Parameters
[out, retval] viewport
The XPS_RECT structure that describes the portion of the destination geometry that is covered by a single tile.
Return value
If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.
Return code | Description |
---|---|
|
The method succeeded. |
|
viewport is NULL. |
Remarks
The viewport is the portion of the output area where the first tile is drawn. In the illustration, the viewport is outlined by the purple rectangle inside the red, dotted rectangle. The tile mode of the brush determines how the rest of the tiles are drawn in the output area.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | xpsobjectmodel.h |