Skip to main content

Class SKRoundRect

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKRoundRect : IDisposable

Inheritance

objectSKRoundRect

Implements

IDisposable

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

bool

Rect

public SKRect Rect { get; }

Property Value

SKRect

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[]