Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 3.92 KB

nf-d2d1-id2d1geometry-getwidenedbounds(float_id2d1strokestyle_constd2d1_matrix_3x2_f_d2d1_rect_f).md

File metadata and controls

90 lines (67 loc) · 3.92 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.GetWidenedBounds(FLOAT,ID2D1StrokeStyle,constD2D1_MATRIX_3X2_F,D2D1_RECT_F)
ID2D1Geometry::GetWidenedBounds(FLOAT,ID2D1StrokeStyle,const D2D1_MATRIX_3X2_F,D2D1_RECT_F) (d2d1.h)
Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix. (overload 1/4)
GetWidenedBounds
GetWidenedBounds method [Direct2D]
GetWidenedBounds method [Direct2D]
ID2D1Geometry interface
ID2D1Geometry interface [Direct2D]
GetWidenedBounds method
ID2D1Geometry.GetWidenedBounds
ID2D1Geometry.GetWidenedBounds(FLOAT
ID2D1StrokeStyle
const D2D1_MATRIX_3X2_F
D2D1_RECT_F)
ID2D1Geometry::GetWidenedBounds
ID2D1Geometry::GetWidenedBounds(FLOAT
ID2D1StrokeStyle
const D2D1_MATRIX_3X2_F
D2D1_RECT_F)
d2d1/ID2D1Geometry::GetWidenedBounds
direct2d.ID2D1Geometry_GetWidenedBounds_FLOAT_ptr_ID2D1StrokeStyle_ptr_D2D_MATRIX_3X2_F_ptr_D2D_RECT_F
direct2d\ID2D1Geometry_GetWidenedBounds_FLOAT_ptr_ID2D1StrokeStyle_ptr_D2D_MATRIX_3X2_F_ptr_D2D_RECT_F.htm
Direct2D
3cca4272-fa42-4849-9e85-9dcec39531ec
12/05/2018
GetWidenedBounds, GetWidenedBounds method [Direct2D], GetWidenedBounds method [Direct2D],ID2D1Geometry interface, ID2D1Geometry interface [Direct2D],GetWidenedBounds method, ID2D1Geometry.GetWidenedBounds, ID2D1Geometry.GetWidenedBounds(FLOAT,ID2D1StrokeStyle,const D2D1_MATRIX_3X2_F,D2D1_RECT_F), ID2D1Geometry::GetWidenedBounds, ID2D1Geometry::GetWidenedBounds(FLOAT,ID2D1StrokeStyle,const D2D1_MATRIX_3X2_F,D2D1_RECT_F), d2d1/ID2D1Geometry::GetWidenedBounds, direct2d.ID2D1Geometry_GetWidenedBounds_FLOAT_ptr_ID2D1StrokeStyle_ptr_D2D_MATRIX_3X2_F_ptr_D2D_RECT_F
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::GetWidenedBounds
d2d1/ID2D1Geometry::GetWidenedBounds
c++
APIRef
kbSyntax
COM
D2d1.dll
ID2D1Geometry.GetWidenedBounds

ID2D1Geometry::GetWidenedBounds(FLOAT,ID2D1StrokeStyle,const D2D1_MATRIX_3X2_F,D2D1_RECT_F)

-description

Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix.

-parameters

-param strokeWidth

Type: FLOAT

The amount by which to widen the geometry by stroking its outline.

-param strokeStyle [in, optional]

Type: ID2D1StrokeStyle*

The style of the stroke that widens the geometry.

-param worldTransform [in, optional]

Type: const D2D1_MATRIX_3X2_F*

A transform to apply to the geometry after the geometry is transformed and after the geometry has been stroked, or NULL.

-param bounds [out]

Type: D2D1_RECT_F*

When this method returns, contains the bounds of the widened 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