[]
Reflects an angle value.
public struct SvgAngle : IEquatable<SvgAngle>
Public Structure SvgAngle
Implements IEquatable(Of SvgAngle)
| Name | Description |
|---|---|
| SvgAngle(float, SvgAngleUnits) | Initializes a new instance of the SvgAngle struct. |
| Name | Description |
|---|---|
| Auto | Represents the Auto value. |
| AutoStartReverse | Represents the AutoStartReverse value. |
| Zero | Represents a zero angle. |
| Name | Description |
|---|---|
| Units | Gets or sets the type of angle units. |
| Value | Gets or sets the value of this angle in specified units. |
| Name | Description |
|---|---|
| Equals(SvgAngle) | Determines whether the specified SvgAngle is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this struct. |
| ToString() | Returns a string that represents the current struct. |