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)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetWidenedBounds( _
   ByVal  As System.Single, _
   ByVal  As StrokeStyle, _
   ByVal  As System.Nullable(Of Matrix3x2), _
   ByVal  As System.Single _
) As RectF
             
        
            
            public RectF GetWidenedBounds( 
   System.float ,
   StrokeStyle ,
   System.Nullable<Matrix3x2> ,
   System.float 
)
             
        
             
        
            パラメータ
- strokeWidth
 
- strokeStyle
 
- worldTransform
 
- flatteningTolerance
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照