[]
Represents a point with X and Y coordinates.
public struct SvgPoint : IEquatable<SvgPoint>
Public Structure SvgPoint
Implements IEquatable(Of SvgPoint)
| Name | Description |
|---|---|
| SvgPoint(SvgLength, SvgLength) | Initializes a new instance of the SvgPoint struct. |
| Name | Description |
|---|---|
| X | Gets or sets the X-coordinate. |
| Y | Gets or sets the Y-coordinate. |
| Name | Description |
|---|---|
| Equals(SvgPoint) | Determines whether the specified SvgPoint 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. |