Commit 0b288df3 authored by James McDonnell's avatar James McDonnell Committed by Alexandre Julliard

include: Add ID2D1PathGeometry1 definition.

parent ab34fb78
......@@ -20,7 +20,6 @@ import "d2d1.idl";
import "d2d1effects.idl";
interface ID2D1DeviceContext;
interface ID2D1PathGeometry1;
interface ID2D1Properties;
interface IPrintDocumentPackageTarget;
interface ID2D1PrintControl;
......@@ -351,6 +350,22 @@ interface ID2D1GdiMetafile : ID2D1Resource
[
object,
uuid(62baa2d2-ab54-41b7-b872-787e0106a421),
local,
]
interface ID2D1PathGeometry1 : ID2D1PathGeometry
{
HRESULT ComputePointAndSegmentAtLength(
[in] float length,
[in] UINT32 start_segment,
[in, optional] const D2D1_MATRIX_3X2_F *transform,
[in] float tolerance,
[out] D2D1_POINT_DESCRIPTION *point_desc
);
}
[
object,
uuid(483473d7-cd46-4f9d-9d3a-3112aa80159d),
local,
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment