Implicit Conversion (Rect to RoundedRect)
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static implicit operator RoundedRect (
Rect r
)
Public Shared Widening Operator CType (
r As Rect
) As RoundedRect
F# does not support the declaration of new casting operators.