Skip to main content

DrawingObject Interface

A base interface for drawing objects.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public interface DrawingObject

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