UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:xpsobjectmodel.IXpsOMVisualBrush.GetVisualLocal |
IXpsOMVisualBrush::GetVisualLocal (xpsobjectmodel.h) |
Gets a pointer to the interface of the local, unshared visual used as the source for the brush. |
|
xps\ixpsomvisualbrush_getvisuallocal.htm |
xps |
a75c2bca-eaac-4382-9211-fbc1b05f1414 |
12/05/2018 |
GetVisualLocal, GetVisualLocal method [XPS Documents and Packaging], GetVisualLocal method [XPS Documents and Packaging],IXpsOMVisualBrush interface, IXpsOMVisualBrush interface [XPS Documents and Packaging],GetVisualLocal method, IXpsOMVisualBrush.GetVisualLocal, IXpsOMVisualBrush::GetVisualLocal, xps.ixpsomvisualbrush_getvisuallocal, xpsobjectmodel/IXpsOMVisualBrush::GetVisualLocal |
xpsobjectmodel.h |
Windows |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps] |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps] |
XpsObjectModel.idl |
Windows |
19H1 |
|
|
|
|
|
|
Gets a pointer to the interface of the local, unshared visual used as the source for the brush.
A pointer to the IXpsOMVisual interface of the local, unshared visual used as the source for the brush. If a local visual object has not been set or if a visual lookup key has been set, a NULL pointer is returned.
Most recent method called | Object that is returned in visual |
---|---|
The visual that is set by SetVisualLocal. | |
NULL pointer. | |
Neither SetVisualLocal nor SetVisualLookup has been called yet. | NULL pointer. |
The method returns an HRESULT. Possible values include, but are not limited to, those in the table that follows. For information about XPS document API return values that are not listed in this table, see XPS Document Errors.
Return code | Description |
---|---|
|
The method succeeded. |
|
visual is NULL. |
This method returns an IXpsOMVisual interface pointer. However, the interface that is returned can be any interface that inherits from IXpsOMVisual, such as IXpsOMCanvas, IXpsOMPath, or IXpsOMGlyphs.