Skip to content

Latest commit

 

History

History
162 lines (120 loc) · 5.13 KB

nf-xpsobjectmodel-ixpsomvisualbrush-getvisuallocal.md

File metadata and controls

162 lines (120 loc) · 5.13 KB
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.
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
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
IXpsOMVisualBrush::GetVisualLocal
xpsobjectmodel/IXpsOMVisualBrush::GetVisualLocal
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMVisualBrush.GetVisualLocal

IXpsOMVisualBrush::GetVisualLocal

-description

Gets a pointer to the interface of the local, unshared visual used as the source for the brush.

-parameters

-param visual [out, retval]

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

SetVisualLocal

The visual that is set by SetVisualLocal.

SetVisualLookup

NULL pointer.
Neither SetVisualLocal nor SetVisualLookup has been called yet. NULL pointer.

-returns

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
S_OK
The method succeeded.
E_POINTER
visual is NULL.

-remarks

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.

-see-also

IXpsOMCanvas

IXpsOMGlyphs

IXpsOMPath

IXpsOMVisual

IXpsOMVisualBrush

XML Paper Specification