[]
D2D1_ROUNDED_RECT
public struct RoundedRectangle
Initializes a new instance of the RoundedRectangle struct.
public RoundedRectangle(RectF bounds, float radiusX, float radiusY)
bounds
RectFThe bounds of the rounded rectangle.
radiusX
floatThe radius X.
radiusY
floatThe radius Y.
float radiusX
public float RadiusX
float radiusY
public float RadiusY
D2D_RECT_F rect
public RectF Rect