ComponentOne Bitmap for WPF
DrawRoundedRectangle Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > RenderTarget Class : DrawRoundedRectangle Method
void ID2D1RenderTarget::DrawRoundedRectangle([In] const D2D1_ROUNDED_RECT* roundedRect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)
Syntax
'Declaration
 
Public Sub DrawRoundedRectangle( _
   ByRef roundedRect As RoundedRectangle, _
   ByVal brush As Brush, _
   ByVal strokeWidth As System.Single, _
   Optional ByVal strokeStyle As StrokeStyle _
) 
public void DrawRoundedRectangle( 
   ref RoundedRectangle roundedRect,
   Brush brush,
   System.float strokeWidth,
   StrokeStyle strokeStyle
)

Parameters

roundedRect
brush
strokeWidth
strokeStyle
See Also

Reference

RenderTarget Class
RenderTarget Members