Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 3.26 KB

nf-d2d1-id2d1geometry-tessellate(constd2d1_matrix_3x2_f_id2d1tessellationsink).md

File metadata and controls

75 lines (60 loc) · 3.26 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:d2d1.ID2D1Geometry.Tessellate(constD2D1_MATRIX_3X2_F,ID2D1TessellationSink)
ID2D1Geometry::Tessellate(const D2D1_MATRIX_3X2_F,ID2D1TessellationSink) (d2d1.h)
Creates a set of clockwise-wound triangles that cover the geometry after it has been transformed using the specified matrix and flattened using the default tolerance. (overload 1/2)
ID2D1Geometry interface [Direct2D]
Tessellate method
ID2D1Geometry.Tessellate
ID2D1Geometry.Tessellate(const D2D1_MATRIX_3X2_F
ID2D1TessellationSink)
ID2D1Geometry::Tessellate
ID2D1Geometry::Tessellate(const D2D1_MATRIX_3X2_F
ID2D1TessellationSink)
Tessellate
Tessellate method [Direct2D]
Tessellate method [Direct2D]
ID2D1Geometry interface
d2d1/ID2D1Geometry::Tessellate
direct2d.ID2D1Geometry_Tessellate_ref_D2D_MATRIX_3X2_F_ptr_ID2D1TessellationSink
direct2d\ID2D1Geometry_Tessellate_ref_D2D_MATRIX_3X2_F_ptr_ID2D1TessellationSink.htm
Direct2D
7d2762d3-1151-48b1-b0fd-507e0993717c
12/05/2018
ID2D1Geometry interface [Direct2D],Tessellate method, ID2D1Geometry.Tessellate, ID2D1Geometry.Tessellate(const D2D1_MATRIX_3X2_F,ID2D1TessellationSink), ID2D1Geometry::Tessellate, ID2D1Geometry::Tessellate(const D2D1_MATRIX_3X2_F,ID2D1TessellationSink), Tessellate, Tessellate method [Direct2D], Tessellate method [Direct2D],ID2D1Geometry interface, d2d1/ID2D1Geometry::Tessellate, direct2d.ID2D1Geometry_Tessellate_ref_D2D_MATRIX_3X2_F_ptr_ID2D1TessellationSink
d2d1.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]
D2d1.lib
D2d1.dll
Windows
19H1
ID2D1Geometry::Tessellate
d2d1/ID2D1Geometry::Tessellate
c++
APIRef
kbSyntax
COM
D2d1.dll
ID2D1Geometry.Tessellate

-description

Creates a set of clockwise-wound triangles that cover the geometry after it has been transformed using the specified matrix and flattened using the default tolerance.

-parameters

-param worldTransform

Type: [in] const D2D1_MATRIX_3X2_F*

The transform to apply to this geometry.

-param tessellationSink

Type: [in] ID2D1TessellationSink*

The ID2D1TessellationSink to which the tessellated is appended.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

ID2D1Geometry