Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 3.41 KB

nf-xpsobjectmodel-ixpsomlineargradientbrush-getstartpoint.md

File metadata and controls

112 lines (87 loc) · 3.41 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.GetStartPoint
IXpsOMLinearGradientBrush::GetStartPoint (xpsobjectmodel.h)
Gets the start point of the gradient.
GetStartPoint
GetStartPoint method [XPS Documents and Packaging]
GetStartPoint method [XPS Documents and Packaging]
IXpsOMLinearGradientBrush interface
IXpsOMLinearGradientBrush interface [XPS Documents and Packaging]
GetStartPoint method
IXpsOMLinearGradientBrush.GetStartPoint
IXpsOMLinearGradientBrush::GetStartPoint
xps.ixpsomlineargradientbrush_getstartpoint
xpsobjectmodel/IXpsOMLinearGradientBrush::GetStartPoint
xps\ixpsomlineargradientbrush_getstartpoint.htm
xps
03e9884b-6249-4ccb-a6ee-d360655c5f75
12/05/2018
GetStartPoint, GetStartPoint method [XPS Documents and Packaging], GetStartPoint method [XPS Documents and Packaging],IXpsOMLinearGradientBrush interface, IXpsOMLinearGradientBrush interface [XPS Documents and Packaging],GetStartPoint method, IXpsOMLinearGradientBrush.GetStartPoint, IXpsOMLinearGradientBrush::GetStartPoint, xps.ixpsomlineargradientbrush_getstartpoint, xpsobjectmodel/IXpsOMLinearGradientBrush::GetStartPoint
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::GetStartPoint
xpsobjectmodel/IXpsOMLinearGradientBrush::GetStartPoint
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMLinearGradientBrush.GetStartPoint

IXpsOMLinearGradientBrush::GetStartPoint

-description

Gets the start point of the gradient.

-parameters

-param startPoint [out, retval]

The x and y coordinates of the start 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
startPoint is NULL.

-remarks

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

-see-also

IXpsOMLinearGradientBrush

XML Paper Specification

XPS Document Errors

XPS_POINT