[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgClip

SvgClip Struct

Represents a clipping rectangle.

Implements
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public struct SvgClip : IEquatable<SvgClip>
Public Structure SvgClip
    Implements IEquatable(Of SvgClip)

Constructors

Name Description
SvgClip(SvgLength, SvgLength, SvgLength, SvgLength)

Initializes a new instance of the SvgClip struct.

Properties

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.

Methods

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.