RoundedRect(Rect, Vector, Vector, Vector, Vector) 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,
Vector radiiTopLeft,
Vector radiiTopRight,
Vector radiiBottomRight,
Vector radiiBottomLeft
)
Public Sub New (
rect As Rect,
radiiTopLeft As Vector,
radiiTopRight As Vector,
radiiBottomRight As Vector,
radiiBottomLeft As Vector
)
new :
rect : Rect *
radiiTopLeft : Vector *
radiiTopRight : Vector *
radiiBottomRight : Vector *
radiiBottomLeft : Vector -> RoundedRect
Parameters
See Also
Reference
RoundedRect Structure
RoundedRect Overload
Avalonia Namespace