public struct RoundedRectPublic Structure RoundedRect[<SealedAttribute>]
type RoundedRect =
struct
inherit ValueType
end| ContainsExclusive(Point) | Determines whether a point is in the bounds of the rounded rectangle, exclusive of the rounded rectangle's bottom/right edge. |
| Deflate(Double, Double) | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| Equals(RoundedRect) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Inflate(Double, Double) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| ToSKRoundRect | (Defined by SkiaSharpExtensions) |