In This Topic
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 List
Overload | Description |
GetWidenedBounds(Single) | Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix. |
GetWidenedBounds(Single,Single) | Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix. |
GetWidenedBounds(Single,StrokeStyle,Single) | Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix. |
GetWidenedBounds(Single,StrokeStyle,Nullable<Matrix3x2>,Single) | HRESULT ID2D1Geometry::GetWidenedBounds([In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D_RECT_F* bounds) |
See Also