RichEditViewCustomDrawEventArgs(GraphicsCache) Constructor
Initializes a new instance of the RichEditViewCustomDrawEventArgs class with the specified graphics cache.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | A GraphicsCache object. |
Remarks
The RichEditViewCustomDrawEventArgs is created automatically, and passed to the handler of the RichEditControl.CustomDrawActiveView event.
See Also