C# Class LayoutFarm.Svg.SvgRect

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
SvgRect ( SvgRectSpec rectSpec, object controller ) : System

Private Methods

Méthode Description
CreateRectGraphicPath ( float x, float y, float w, float h ) : GraphicsPath
CreateRoundRectGraphicPath ( float x, float y, float w, float h, float c_rx, float c_ry ) : GraphicsPath

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

SvgRect() public méthode

public SvgRect ( SvgRectSpec rectSpec, object controller ) : System
rectSpec SvgRectSpec
controller object
Résultat System