DrawingObject Interface
A base interface for drawing objects.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return DrawingObject objects:
Remarks
The DrawingObject interface is the base interface for the following objects:
Shape - a shape embedded in a document.
NestedShape - a shape that belongs to a group or drawing canvas.
See Also