Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Geometry Class / GetWidenedBounds Method

In This Topic
    GetWidenedBounds Method
    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
    OverloadDescription
    Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix.  
    Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix.  
    Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix.  
    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