Method HitTest
HitTest(EnumArray<HitTestResult, RectD>, PointD)
Returns one of InteriorDrawable.HitTestResult constants.
public virtual InteriorDrawable.HitTestResult HitTest(EnumArray<InteriorDrawable.HitTestResult, RectD> rectangles, PointD point)
Parameters
rectangles
EnumArray<InteriorDrawable.HitTestResult, RectD>Bounds of the different part of the drawable.
point
PointDPoint to check.