Skip to main content
All docs
V23.2

SvgBitmap.HitTest(PointF, Double) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public bool HitTest(
    PointF point,
    double outlineSize
)

Parameters

Name Type Description
point PointF

The PointF structure that specifies the coordinates of the test-point.

outlineSize Double

Returns

Type
Boolean
See Also