[]
void ID2D1RenderTarget::DrawRoundedRectangle([In] const D2D1_ROUNDED_RECT* roundedRect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)
public void DrawRoundedRectangle(ref RoundedRectangle roundedRect, Brush brush, float strokeWidth, StrokeStyle strokeStyle = null)
| Type | Name | Description |
|---|---|---|
| RoundedRectangle | roundedRect | |
| Brush | brush | |
| float | strokeWidth | |
| StrokeStyle | strokeStyle |