Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 3.27 KB

nf-d2d1-id2d1geometry-computearea(constd2d1_matrix_3x2_f_float).md

File metadata and controls

75 lines (60 loc) · 3.27 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.ComputeArea(constD2D1_MATRIX_3X2_F,FLOAT)
ID2D1Geometry::ComputeArea(const D2D1_MATRIX_3X2_F,FLOAT) (d2d1.h)
Computes the area of the geometry after it has been transformed by the specified matrix and flattened using the specified tolerance. (overload 3/3)
ComputeArea
ComputeArea method [Direct2D]
ComputeArea method [Direct2D]
ID2D1Geometry interface
ID2D1Geometry interface [Direct2D]
ComputeArea method
ID2D1Geometry.ComputeArea
ID2D1Geometry.ComputeArea(const D2D1_MATRIX_3X2_F
FLOAT)
ID2D1Geometry::ComputeArea
ID2D1Geometry::ComputeArea(const D2D1_MATRIX_3X2_F
FLOAT)
ID2D1Geometry::ComputeArea
ID2D1Geometry::ComputeArea(const D2D1_MATRIX_3X2_F
FLOAT
FLOAT)
d2d1/ID2D1Geometry::ComputeArea
direct2d.ID2D1Geometry_ComputeArea_ptr_D2D_MATRIX_3X2_F_FLOAT_ptr_FLOAT
direct2d\ID2D1Geometry_ComputeArea_ptr_D2D_MATRIX_3X2_F_FLOAT_ptr_FLOAT.htm
Direct2D
1efc99d7-453f-4c51-a523-00c38fa00ff4
12/05/2018
ComputeArea, ComputeArea method [Direct2D], ComputeArea method [Direct2D],ID2D1Geometry interface, ID2D1Geometry interface [Direct2D],ComputeArea method, ID2D1Geometry.ComputeArea, ID2D1Geometry.ComputeArea(const D2D1_MATRIX_3X2_F,FLOAT), ID2D1Geometry::ComputeArea, ID2D1Geometry::ComputeArea(const D2D1_MATRIX_3X2_F,FLOAT), ID2D1Geometry::ComputeArea,ID2D1Geometry::ComputeArea(const D2D1_MATRIX_3X2_F,FLOAT,FLOAT), d2d1/ID2D1Geometry::ComputeArea, direct2d.ID2D1Geometry_ComputeArea_ptr_D2D_MATRIX_3X2_F_FLOAT_ptr_FLOAT
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::ComputeArea
d2d1/ID2D1Geometry::ComputeArea
c++
APIRef
kbSyntax
COM
D2d1.dll
ID2D1Geometry.ComputeArea

-description

Computes the area of the geometry after it has been transformed by the specified matrix and flattened using the specified tolerance.

-parameters

-param worldTransform

Type: [in, optional] const D2D1_MATRIX_3X2_F*

The transform to apply to this geometry before computing its area, or NULL.

-param area

Type: [out] FLOAT*

When this this method returns, contains a pointer to the area of the transformed, flattened version of this geometry. You must allocate storage for this parameter.

-returns

Type: HRESULT

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

-see-also

ID2D1Geometry