Back to Devexpress

SvgImageBox.GetItemsInside(Rectangle) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-dot-getitemsinside-x28-system-dot-drawing-dot-rectangle-x29.md

latest1.7 KB
Original Source

SvgImageBox.GetItemsInside(Rectangle) Method

Returns hidden and visible items that are entirely or partially positioned within the specified bounds.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public SvgImageItem[] GetItemsInside(
    Rectangle rectangle
)
vb
Public Function GetItemsInside(
    rectangle As Rectangle
) As SvgImageItem()

Parameters

NameTypeDescription
rectangleRectangle

The bounds, in client coordinates.

|

Returns

TypeDescription
SvgImageItem[]

An array of items located within the specified coordinates. An empty array, if no item is positioned at this point.

|

Remarks

See SvgImageBox.GetItemsAt(Point) for more information.

See Also

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace