Skip to main content
All docs
V25.1
  • SvgImageItem.GetRegionTypeAt(Point) Method

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public SvgImageItemRegionType? GetRegionTypeAt(
        Point point
    )

    Parameters

    Name Type
    point Point

    Returns

    Type
    Nullable<DevExpress.XtraEditors.SvgImageItemRegionType>
    See Also