Back to Devexpress

DrawingObject Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-3392ccbc.md

latest1.3 KB
Original Source

DrawingObject Interface

A base interface for drawing objects.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface DrawingObject
vb
<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

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace