Skip to main content

RichEditCustomMarkDrawEventArgs.Graphics Property

Gets an object used for painting.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

A Graphics object which provides GDI+ drawing functionality.

Remarks

The Graphics property returns an object which represents the painting surface and provides a means for painting. You can use methods and properties of this object to paint text, graphics primitives and images.

See Also