IXpsOMRadialGradientBrush::SetRadiiSizes method (xpsobjectmodel.h)
Sets the sizes of the radii that define ellipse of the radial gradient region.
Syntax
HRESULT SetRadiiSizes(
[in] const XPS_SIZE *radiiSizes
);
Parameters
[in] radiiSizes
The XPS_SIZE structure that receives the sizes of the radii.
Field | Meaning |
---|---|
width | Size of the radius along the x-axis. |
height | Size of the radius along the y-axis. |
Size is described in XPS units. There are 96 XPS units per inch. For example, a 1" radius is 96 XPS units.
Return value
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 |
---|---|
|
The method succeeded. |
|
One of the sizes described by radiiSizes is not valid. The XPS_SIZE structure must contain valid, finite, and non-negative floating-point values. |
|
radiiSizes is NULL. |
Remarks
The following illustration identifies the parts of a radial gradient. radiiSizes.width sets the x-radius, and radiiSizes.height the y-radius. For a more detailed description of this diagram, see IXpsOMRadialGradientBrush.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | xpsobjectmodel.h |