BCGSoft.Controls.Grid Namespace > GridControl Class : DrawCellsData Method |
'Declaration Public Sub DrawCellsData( _ ByVal grph As Graphics, _ ByVal rectGridArea As Rectangle, _ ByVal cells As ArrayList, _ ByVal rectPreviewText As Rectangle, _ ByVal rectPreviewBack As Rectangle _ )
'Usage Dim instance As GridControl Dim grph As Graphics Dim rectGridArea As Rectangle Dim cells As ArrayList Dim rectPreviewText As Rectangle Dim rectPreviewBack As Rectangle instance.DrawCellsData(grph, rectGridArea, cells, rectPreviewText, rectPreviewBack)
public void DrawCellsData( Graphics grph, Rectangle rectGridArea, ArrayList cells, Rectangle rectPreviewText, Rectangle rectPreviewBack )
public: void DrawCellsData( Graphics* grph, Rectangle rectGridArea, ArrayList* cells, Rectangle rectPreviewText, Rectangle rectPreviewBack )
public: void DrawCellsData( Graphics^ grph, Rectangle rectGridArea, ArrayList^ cells, Rectangle rectPreviewText, Rectangle rectPreviewBack )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2