C# Class LayoutFarm.Svg.SvgEllipse

Inheritance: SvgVisualElement
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
svgChain SvgHitChain
x float
y float
Résultat bool

Paint() public méthode

public Paint ( PaintVisitor p ) : void
p LayoutFarm.HtmlBoxes.PaintVisitor
Résultat void

ReEvaluateComputeValue() public méthode

public ReEvaluateComputeValue ( ReEvaluateArgs &args ) : void
args ReEvaluateArgs
Résultat void

SvgEllipse() public méthode

public SvgEllipse ( SvgEllipseSpec spec, object controller ) : System
spec SvgEllipseSpec
controller object
Résultat System