Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 3.35 KB

nf-xpsobjectmodel-ixpsomlineargradientbrush-getendpoint.md

File metadata and controls

112 lines (87 loc) · 3.35 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.IXpsOMLinearGradientBrush.GetEndPoint
IXpsOMLinearGradientBrush::GetEndPoint (xpsobjectmodel.h)
Gets the end point of the gradient.
GetEndPoint
GetEndPoint method [XPS Documents and Packaging]
GetEndPoint method [XPS Documents and Packaging]
IXpsOMLinearGradientBrush interface
IXpsOMLinearGradientBrush interface [XPS Documents and Packaging]
GetEndPoint method
IXpsOMLinearGradientBrush.GetEndPoint
IXpsOMLinearGradientBrush::GetEndPoint
xps.ixpsomlineargradientbrush_getendpoint
xpsobjectmodel/IXpsOMLinearGradientBrush::GetEndPoint
xps\ixpsomlineargradientbrush_getendpoint.htm
xps
c8f34c4b-28f1-4a8f-bf8e-9872debc9eb1
12/05/2018
GetEndPoint, GetEndPoint method [XPS Documents and Packaging], GetEndPoint method [XPS Documents and Packaging],IXpsOMLinearGradientBrush interface, IXpsOMLinearGradientBrush interface [XPS Documents and Packaging],GetEndPoint method, IXpsOMLinearGradientBrush.GetEndPoint, IXpsOMLinearGradientBrush::GetEndPoint, xps.ixpsomlineargradientbrush_getendpoint, xpsobjectmodel/IXpsOMLinearGradientBrush::GetEndPoint
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
IXpsOMLinearGradientBrush::GetEndPoint
xpsobjectmodel/IXpsOMLinearGradientBrush::GetEndPoint
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMLinearGradientBrush.GetEndPoint

IXpsOMLinearGradientBrush::GetEndPoint

-description

Gets the end point of the gradient.

-parameters

-param endPoint [out, retval]

The x and y coordinates of the end point.

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

-remarks

The coordinates are relative to the page and are expressed in units of the transform that is in effect.

-see-also

IXpsOMLinearGradientBrush

XML Paper Specification

XPS Document Errors

XPS_POINT