CustomDrawEventArgs Constructors
Serves as a base for classes providing data for all events used to custom paint the elements of the VGridControlBase descendants.
Name | Parameters | Description |
---|---|---|
Custom |
none |
Initializes a new instance of the Custom |
Custom |
cache, bounds, appearance, painter, is |
Initializes a new instance of the Custom |
Custom |
cache, bounds, appearance, painter |
Initializes a new instance of the Custom |
Custom |
cache, bounds, appearance |
Initializes a new instance of the Custom |
See Also