menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParsePointManager.ParsePointSearchByPosition - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParsePointManager.ParsePointSearchByPosition

    Represents a class that are used for searching the ParsePoint by it`s position.

    Inheritance
    System.Object
    ParsePointManager.ParsePointSearchByPosition
    Implements
    System.Collections.IComparer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.IO
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ParsePointSearchByPosition : IComparer

    Constructors

    ParsePointSearchByPosition()

    Declaration
    public ParsePointSearchByPosition()

    Methods

    Compare(Object, Object)

    Compares two elements by their offset.

    Declaration
    public int Compare(object x, object y)
    Parameters
    Type Name Description
    System.Object x

    WeakParsePoint.

    System.Object y

    ParsePoint or int.

    Returns
    Type Description
    System.Int32

    Standard IComparer return value.

    Implements

    System.Collections.IComparer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved