Skip to content

Latest commit

 

History

History
149 lines (115 loc) · 4.63 KB

nf-xpsobjectmodel-ixpsomvisual-gettransformlocal.md

File metadata and controls

149 lines (115 loc) · 4.63 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.IXpsOMVisual.GetTransformLocal
IXpsOMVisual::GetTransformLocal (xpsobjectmodel.h)
Gets a pointer to the IXpsOMMatrixTransform interface that contains the local, unshared, resolved matrix transform for the visual.
GetTransformLocal
GetTransformLocal method [XPS Documents and Packaging]
GetTransformLocal method [XPS Documents and Packaging]
IXpsOMVisual interface
IXpsOMVisual interface [XPS Documents and Packaging]
GetTransformLocal method
IXpsOMVisual.GetTransformLocal
IXpsOMVisual::GetTransformLocal
xps.ixpsomvisual_gettransformlocal
xpsobjectmodel/IXpsOMVisual::GetTransformLocal
xps\ixpsomvisual_gettransformlocal.htm
xps
a7152ba0-2b65-4c66-b99b-7450a8cdb6fd
12/05/2018
GetTransformLocal, GetTransformLocal method [XPS Documents and Packaging], GetTransformLocal method [XPS Documents and Packaging],IXpsOMVisual interface, IXpsOMVisual interface [XPS Documents and Packaging],GetTransformLocal method, IXpsOMVisual.GetTransformLocal, IXpsOMVisual::GetTransformLocal, xps.ixpsomvisual_gettransformlocal, xpsobjectmodel/IXpsOMVisual::GetTransformLocal
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
IXpsOMVisual::GetTransformLocal
xpsobjectmodel/IXpsOMVisual::GetTransformLocal
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMVisual.GetTransformLocal

IXpsOMVisual::GetTransformLocal

-description

Gets a pointer to the IXpsOMMatrixTransform interface that contains the local, unshared, resolved matrix transform for the visual.

-parameters

-param matrixTransform [out, retval]

A pointer to the IXpsOMMatrixTransform interface that contains the local, unshared, resolved matrix transform for the visual. If a matrix transform lookup key has not been set, or if a local matrix transform has been set, a NULL pointer is returned.

Most recent method called Object that is returned in matrixTransform

SetTransformLocal

The local transform that is set by SetTransformLocal.

SetTransformLookup

NULL pointer.
Neither SetTransformLocal nor SetTransformLookup 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
matrixTransform is NULL.

-see-also

IXpsOMMatrixTransform

IXpsOMVisual

XML Paper Specification

XPS Document Errors