Class GridImageUtil
Used internally.
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 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 |