C# 클래스 LayoutFarm.Svg.SvgRootEventPortal

상속: IEventPortal
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
HitTestCore ( SvgElement root, SvgHitChain chain, float x, float y ) : void
SvgRootEventPortal ( HtmlElement elementNode ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

HitTestCore() 공개 정적인 메소드

public static HitTestCore ( SvgElement root, SvgHitChain chain, float x, float y ) : void
root SvgElement
chain SvgHitChain
x float
y float
리턴 void

SvgRootEventPortal() 공개 메소드

public SvgRootEventPortal ( HtmlElement elementNode ) : System.Collections.Generic
elementNode HtmlElement
리턴 System.Collections.Generic