WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextMeasurable

    Show / Hide Table of Contents

    Interface ITextMeasurable

    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ITextMeasurable

    Methods

    Measure(CustomGraphics, String)

    Measures size of specified string.

    Declaration
    SizeF Measure(CustomGraphics graphics, string text)
    Parameters
    Type Name Description
    CustomGraphics graphics
    System.String text
    Returns
    Type Description
    System.Drawing.SizeF
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved