C# Class LayoutFarm.Svg.SvgRootEventPortal

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

Méthodes publiques

Méthode Description
HitTestCore ( SvgElement root, SvgHitChain chain, float x, float y ) : void
SvgRootEventPortal ( HtmlElement elementNode ) : System.Collections.Generic

Private Methods

Méthode Description
ClearPreviousSelection ( ) : void
ForEachEventListenerBubbleUp ( UIEventArgs e, SvgHitChain hitChain, EventListenerAction listenerAction ) : void
ForEachOnlyEventPortalBubbleUp ( UIEventArgs e, SvgHitChain hitPointChain, EventPortalAction eventPortalAction ) : void
ForEachSvgElementBubbleUp ( UIEventArgs e, SvgHitChain hitChain, EventListenerAction listenerAction ) : void
GetFreeHitChain ( ) : SvgHitChain
IEventPortal ( UIKeyEventArgs e ) : bool
IEventPortal ( UIFocusEventArgs e ) : void
IEventPortal ( UIKeyEventArgs e ) : void
IEventPortal ( UIMouseEventArgs e ) : void
ReleaseHitChain ( SvgHitChain hitChain ) : void
SetEventOrigin ( UIEventArgs e, SvgHitChain hitChain ) : void

Method Details

HitTestCore() public static méthode

public static HitTestCore ( SvgElement root, SvgHitChain chain, float x, float y ) : void
root SvgElement
chain SvgHitChain
x float
y float
Résultat void

SvgRootEventPortal() public méthode

public SvgRootEventPortal ( HtmlElement elementNode ) : System.Collections.Generic
elementNode HtmlElement
Résultat System.Collections.Generic