C# Class LayoutFarm.Svg.SvgHitChain

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

Méthodes publiques

Méthode Description
AddHit ( SvgElement svg, float x, float y ) : void
Clear ( ) : void
GetHitInfo ( int index ) : SvgHitInfo
GetLastHitInfo ( ) : SvgHitInfo
SetRootGlobalPosition ( float x, float y ) : void
SvgHitChain ( ) : System.Collections.Generic

Method Details

AddHit() public méthode

public AddHit ( SvgElement svg, float x, float y ) : void
svg SvgElement
x float
y float
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetHitInfo() public méthode

public GetHitInfo ( int index ) : SvgHitInfo
index int
Résultat SvgHitInfo

GetLastHitInfo() public méthode

public GetLastHitInfo ( ) : SvgHitInfo
Résultat SvgHitInfo

SetRootGlobalPosition() public méthode

public SetRootGlobalPosition ( float x, float y ) : void
x float
y float
Résultat void

SvgHitChain() public méthode

public SvgHitChain ( ) : System.Collections.Generic
Résultat System.Collections.Generic