[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPoint

Struct SvgPoint

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a point with X and Y coordinates.

public struct SvgPoint : IEquatable<SvgPoint>
Implements
System.IEquatable<T><SvgPoint>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

SvgPoint(SvgLength, SvgLength)

Initializes a new instance of the SvgPoint struct.

public SvgPoint(SvgLength x, SvgLength y)

Parameters

x SvgLength
y SvgLength

Properties

X

Gets or sets the X-coordinate.

public SvgLength X { get; set; }

Property Value

SvgLength

Y

Gets or sets the Y-coordinate.

public SvgLength Y { get; set; }

Property Value

SvgLength

Methods

Equals(SvgPoint)

Determines whether the specified SvgPoint is equal to this instance.

public bool Equals(SvgPoint other)

Parameters

other SvgPoint

Returns

bool

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for this struct.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current struct.

public override string ToString()

Returns

string