Enum Enums.SdfShape
The SDF to generate.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.SdfShape
Remarks
See for example Sdf(int, int, SdfShape, double?, double[], double[], double[]).
Fields
| Name | Description |
|---|---|
| Box | A box from @a to @b. |
| Circle | A circle at @a, radius @r. |
| Line | A line from @a to @b. |
| RoundedBox | A box with rounded @corners from @a to @b. |