RoundedRect(Rect, Double, Double, Double, Double) Constructor
Initializes a new instance of the RoundedRect class
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RoundedRect(
Rect rect,
double radiusTopLeft,
double radiusTopRight,
double radiusBottomRight,
double radiusBottomLeft
)
Public Sub New (
rect As Rect,
radiusTopLeft As Double,
radiusTopRight As Double,
radiusBottomRight As Double,
radiusBottomLeft As Double
)
new :
rect : Rect *
radiusTopLeft : float *
radiusTopRight : float *
radiusBottomRight : float *
radiusBottomLeft : float -> RoundedRect
Parameters
See Also
Reference
RoundedRect Structure
RoundedRect Overload
Avalonia Namespace