Skip to content

Latest commit

 

History

History
155 lines (118 loc) · 5.11 KB

nf-xpsobjectmodel-ixpsomgradientbrush-gettransformlocal.md

File metadata and controls

155 lines (118 loc) · 5.11 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.IXpsOMGradientBrush.GetTransformLocal
IXpsOMGradientBrush::GetTransformLocal (xpsobjectmodel.h)
Gets a pointer to the IXpsOMMatrixTransform interface that contains the local, unshared, resolved matrix transform for the brush.
GetTransformLocal
GetTransformLocal method [XPS Documents and Packaging]
GetTransformLocal method [XPS Documents and Packaging]
IXpsOMGradientBrush interface
IXpsOMGradientBrush interface [XPS Documents and Packaging]
GetTransformLocal method
IXpsOMGradientBrush.GetTransformLocal
IXpsOMGradientBrush::GetTransformLocal
xps.ixpsomgradientbrush_gettransformlocal
xpsobjectmodel/IXpsOMGradientBrush::GetTransformLocal
xps\ixpsomgradientbrush_gettransformlocal.htm
xps
dfdd6797-b7e6-46fa-92b1-d9c418e8a510
12/05/2018
GetTransformLocal, GetTransformLocal method [XPS Documents and Packaging], GetTransformLocal method [XPS Documents and Packaging],IXpsOMGradientBrush interface, IXpsOMGradientBrush interface [XPS Documents and Packaging],GetTransformLocal method, IXpsOMGradientBrush.GetTransformLocal, IXpsOMGradientBrush::GetTransformLocal, xps.ixpsomgradientbrush_gettransformlocal, xpsobjectmodel/IXpsOMGradientBrush::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
IXpsOMGradientBrush::GetTransformLocal
xpsobjectmodel/IXpsOMGradientBrush::GetTransformLocal
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMGradientBrush.GetTransformLocal

IXpsOMGradientBrush::GetTransformLocal

-description

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

-parameters

-param transform [out, retval]

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

The value that is returned in this parameter depends on which method has been most recently called to set the transform.

Most recent method called Object that is returned in transform

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
transform is NULL.

-remarks

The transform determines how the gradient is transformed. The visible part of the gradient that is ultimately rendered in the image is determined by the path, stroke, or glyph that is using the gradient brush.

-see-also

IXpsOMGradientBrush

IXpsOMMatrixTransform

XML Paper Specification

XPS Document Errors