Skip to main content
All docs
V25.1
  • DrawingObject Interface

    A base interface for drawing objects.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    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