Skip to main content

SubDocument.GetShapes(DocumentRange) Method

Obsolete. Get a collection of Shape objects contained in the specified document range.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyDocumentShapeCollection.Get(DocumentRange range)' method instead.")]
ShapeCollection GetShapes(
    DocumentRange range
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyDocumentShapeCollection.Get(DocumentRange range)' method instead.")>
Function GetShapes(
    range As DocumentRange
) As ShapeCollection

Parameters

Name Type Description
range DocumentRange

A DocumentRange object that is the range of the document.

Returns

Type Description
ShapeCollection

A ShapeCollection containing shapes of the specified range.

See Also