RectangleGeometry(Rect, Double, Double) Constructor
Initializes a new instance of the RectangleGeometry class.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RectangleGeometry(
Rect rect,
double radiusX,
double radiusY
)
Public Sub New (
rect As Rect,
radiusX As Double,
radiusY As Double
)
new :
rect : Rect *
radiusX : float *
radiusY : float -> RectangleGeometry
Parameters
- Rect
- The rectangle bounds.
- Double
- The radius on the X-axis used to round the corners of the rectangle.
- Double
- The radius on the Y-axis used to round the corners of the rectangle.
See Also
Reference
RectangleGeometry Class
RectangleGeometry Overload
Avalonia.Media Namespace