[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPoint

SvgPoint Struct

Represents a point with X and Y coordinates.

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

Constructors

Name Description
SvgPoint(SvgLength, SvgLength)

Initializes a new instance of the SvgPoint struct.

Properties

Name Description
X

Gets or sets the X-coordinate.

Y

Gets or sets the Y-coordinate.

Methods

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.