Table of Contents

Constructor WpfHitTestResult

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

WpfHitTestResult(int, int, SvgElement, Drawing)

public WpfHitTestResult(int pointX, int pointY, SvgElement element, Drawing drawing)

Parameters

pointX int
pointY int
element SvgElement
drawing Drawing

WpfHitTestResult(Point, SvgElement, Drawing)

public WpfHitTestResult(Point point, SvgElement element, Drawing drawing)

Parameters

point Point
element SvgElement
drawing Drawing

WpfHitTestResult(Rect, SvgElement, Drawing)

public WpfHitTestResult(Rect rect, SvgElement element, Drawing drawing)

Parameters

rect Rect
element SvgElement
drawing Drawing