C# Class LayoutFarm.Svg.SvgEllipse

Inheritance: SvgVisualElement
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
Paint ( PaintVisitor p ) : void
ReEvaluateComputeValue ( ReEvaluateArgs &args ) : void
SvgEllipse ( SvgEllipseSpec spec, object controller ) : System

Method Details

HitTestCore() public method

public HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
svgChain SvgHitChain
x float
y float
return bool

Paint() public method

public Paint ( PaintVisitor p ) : void
p LayoutFarm.HtmlBoxes.PaintVisitor
return void

ReEvaluateComputeValue() public method

public ReEvaluateComputeValue ( ReEvaluateArgs &args ) : void
args ReEvaluateArgs
return void

SvgEllipse() public method

public SvgEllipse ( SvgEllipseSpec spec, object controller ) : System
spec SvgEllipseSpec
controller object
return System