Class SKRoundRect
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKRoundRect : IDisposable
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKRoundRect()
public SKRoundRect()
Properties
IsEmpty
public bool IsEmpty { get; }
Property Value
Rect
public SKRect Rect { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
SetEmpty()
public void SetEmpty()
SetRectRadii(SKRect, SKPoint[])
public void SetRectRadii(SKRect rect, SKPoint[] radii)
Parameters
rect
SKRect
radii
SKPoint[]