CodeGlyphX logo
CodeGlyphX

API Reference

Struct

SymbolPoint

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Implements
IEquatable<SymbolPoint>
Modifiers sealed

Represents a point in image pixel coordinates.

Inheritance

  • ValueType
  • SymbolPoint

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public SymbolPoint(Double x, Double y) #

Creates a point in image pixel coordinates.

Parameters

x System.Double requiredposition: 0
y System.Double requiredposition: 1

Methods

Equals 2 overloads
public virtual Boolean Equals(SymbolPoint other) #
Returns: Boolean

Parameters

other CodeGlyphX.SymbolPoint requiredposition: 0
public override Boolean Equals(Object obj) #
Returns: Boolean

Parameters

obj System.Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
op_Equality(CodeGlyphX.SymbolPoint left, CodeGlyphX.SymbolPoint right) #

Compares two points.

Parameters

left CodeGlyphX.SymbolPoint required
right CodeGlyphX.SymbolPoint required
op_Inequality(CodeGlyphX.SymbolPoint left, CodeGlyphX.SymbolPoint right) #

Compares two points.

Parameters

left CodeGlyphX.SymbolPoint required
right CodeGlyphX.SymbolPoint required
public override String ToString() #
Returns: String

Properties

public Double X { get; } #

Gets the horizontal coordinate.

public Double Y { get; } #

Gets the vertical coordinate.