[]
Represents a clipping rectangle.
public struct SvgClip : IEquatable<SvgClip>
Public Structure SvgClip
Implements IEquatable(Of SvgClip)
Name | Description |
---|---|
SvgClip(SvgLength, SvgLength, SvgLength, SvgLength) | Initializes a new instance of the SvgClip struct. |
Name | Description |
---|---|
Bottom | Gets or sets the offset from the top border edge of the box to the bottom edge of the clipping rectangle. |
Left | Gets or sets the offset from the left border edge of the box to the left edge of the clipping rectangle. |
Right | Gets or sets the offset from the left border edge of the box to the right edge of the clipping rectangle. |
Top | Gets or sets the offset from the top border edge of the box to the top edge of the clipping rectangle. |
Name | Description |
---|---|
Equals(SvgClip) | Determines whether the specified SvgClip 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. |