dbicList Send comments on this topic.
Rect Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnCellEventArgs Class : Rect Property

A rectangle representing the area being painted in the control.

Syntax

Visual Basic (Declaration) 
Public Property Rect As Rectangle
C# 
public Rectangle Rect {get; set;}

Property Value

Rectangle

Remarks

The rectangle is defined by an X,Y coordinate (top left of rectangle) and a width and height of the area being painted. All values are in pixels. In the UserDrawnCell event the e.Rect object represents the cell area to be painted in the list.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also