Table of Contents

Class WpfHitTestResult

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll
public class WpfHitTestResult
Inheritance
WpfHitTestResult
Inherited Members

Constructors

WpfHitTestResult(int, int, SvgElement, Drawing)
WpfHitTestResult(Point, SvgElement, Drawing)
WpfHitTestResult(Rect, SvgElement, Drawing)

Fields

Empty

Properties

Drawing
Element

Gets the SVG object that was hit.

IsHit
Point

The point value to hit test against.

Rect