menu

WinForms

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

    Show / Hide Table of Contents

    Class GridImageUtil

    Used internally.

    Inheritance
    System.Object
    ImageUtil
    GridImageUtil
    Inherited Members
    ImageUtil.ConvertToImage(Byte[])
    ImageUtil.ConvertToImage(Object)
    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 GridImageUtil : ImageUtil

    Constructors

    GridImageUtil()

    Initializes the new instance of GridImageUtil class.

    Declaration
    public GridImageUtil()

    Methods

    DrawImage(Image, Rectangle, Graphics, Rectangle, GridStyleInfo, Boolean)

    Used internally.

    Declaration
    public static void DrawImage(Image image, Rectangle clipRectangle, Graphics g, Rectangle clientRectangle, GridStyleInfo style, bool isTextRightToLeft)
    Parameters
    Type Name Description
    System.Drawing.Image image
    System.Drawing.Rectangle clipRectangle
    System.Drawing.Graphics g
    System.Drawing.Rectangle clientRectangle
    GridStyleInfo style
    System.Boolean isTextRightToLeft

    DrawImage(Image, Rectangle, Graphics, Rectangle, GridStyleInfo, Boolean, ImageList, Int32)

    Used internally.

    Declaration
    public static void DrawImage(Image image, Rectangle clipRectangle, Graphics g, Rectangle clientRectangle, GridStyleInfo style, bool isTextRightToLeft, ImageList imageList, int imageIndex)
    Parameters
    Type Name Description
    System.Drawing.Image image
    System.Drawing.Rectangle clipRectangle
    System.Drawing.Graphics g
    System.Drawing.Rectangle clientRectangle
    GridStyleInfo style
    System.Boolean isTextRightToLeft
    System.Windows.Forms.ImageList imageList
    System.Int32 imageIndex
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved