menu

WinForms

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

    Show / Hide Table of Contents

    Class GridFontState

    Used internally.

    Inheritance
    System.Object
    GridFontState
    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.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridFontState

    Constructors

    GridFontState()

    Initializes the new instances of the GridFontState class. Used internally.

    Declaration
    public GridFontState()

    Fields

    m_nLogPixelsX

    Used internally.

    Declaration
    public static int m_nLogPixelsX
    Field Value
    Type
    System.Int32

    m_nLogPixelsY

    Used internally.

    Declaration
    public static int m_nLogPixelsY
    Field Value
    Type
    System.Int32

    Properties

    LogPixelsX

    Gets the LogPixelsX. Used internally.

    Declaration
    public static int LogPixelsX { get; }
    Property Value
    Type
    System.Int32

    LogPixelsY

    Gets the LogPixelsY. Used internally.

    Declaration
    public static int LogPixelsY { get; }
    Property Value
    Type
    System.Int32

    Methods

    CMtoDP(Single)

    Used internally.

    Declaration
    public static int CMtoDP(float f)
    Parameters
    Type Name Description
    System.Single f
    Returns
    Type Description
    System.Int32

    Returns integer.

    DPtoCM(Int32)

    Used internally.

    Declaration
    public static float DPtoCM(int f)
    Parameters
    Type Name Description
    System.Int32 f
    Returns
    Type Description
    System.Single

    returns float

    DPtoINCH(Int32)

    Used internally.

    Declaration
    public static float DPtoINCH(int f)
    Parameters
    Type Name Description
    System.Int32 f
    Returns
    Type Description
    System.Single

    returns float

    INCHtoDP(Single)

    Used internally.

    Declaration
    public static int INCHtoDP(float f)
    Parameters
    Type Name Description
    System.Single f
    Returns
    Type Description
    System.Int32

    Returns integer.

    Reset()

    Used internally. Reset the m_nLogPixelsX and m_nLogPixelsY.

    Declaration
    public static void Reset()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved