[]
Represents a clipping rectangle.
public struct SvgClip : IEquatable<SvgClip>
Initializes a new instance of the SvgClip struct.
public SvgClip(SvgLength left, SvgLength top, SvgLength right, SvgLength bottom)
Gets or sets the offset from the top border edge of the box to the bottom edge of the clipping rectangle.
public SvgLength Bottom { get; set; }
Gets or sets the offset from the left border edge of the box to the left edge of the clipping rectangle.
public SvgLength Left { get; set; }
Gets or sets the offset from the left border edge of the box to the right edge of the clipping rectangle.
public SvgLength Right { get; set; }
Gets or sets the offset from the top border edge of the box to the top edge of the clipping rectangle.
public SvgLength Top { get; set; }
Determines whether the specified SvgClip is equal to this instance.
public bool Equals(SvgClip other)
other
SvgClipDetermines whether the specified object is equal to this instance.
public override bool Equals(object obj)
obj
objectReturns a hash code for this struct.
public override int GetHashCode()
Returns a string that represents the current struct.
public override string ToString()