Back to Devexpress

SvgImageBox.GetVisibleItemsAt(Point) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-dot-getvisibleitemsat-x28-system-dot-drawing-dot-point-x29.md

latest1.6 KB
Original Source

SvgImageBox.GetVisibleItemsAt(Point) Method

Returns visible image items displayed at the specified point.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem[] GetVisibleItemsAt(
    Point point
)
vb
Public Function GetVisibleItemsAt(
    point As Point
) As SvgImageItem()

Parameters

NameTypeDescription
pointPoint

The target point, in client coordinates.

|

Returns

TypeDescription
SvgImageItem[]

A array of visible items located at the specified point. 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