C# Class LayoutFarm.RenderBoxes.HitChain

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

Méthodes publiques

Свойство Type Description
dbugBreak bool
dbugHitTracker dbugHitTestTracker

Méthodes publiques

Méthode Description
AddHitObject ( RenderElement hitObject ) : void
ClearAll ( ) : void
GetHitInfo ( int index ) : HitInfo
GetTestPoint ( int &x, int &y ) : void
HitChain ( ) : System.Collections.Generic
OffsetTestPoint ( int dx, int dy ) : void
RemoveCurrentHit ( ) : void
SetStartTestPoint ( int x, int y ) : void

Method Details

AddHitObject() public méthode

public AddHitObject ( RenderElement hitObject ) : void
hitObject RenderElement
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

GetHitInfo() public méthode

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

GetTestPoint() public méthode

public GetTestPoint ( int &x, int &y ) : void
x int
y int
Résultat void

HitChain() public méthode

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

OffsetTestPoint() public méthode

public OffsetTestPoint ( int dx, int dy ) : void
dx int
dy int
Résultat void

RemoveCurrentHit() public méthode

public RemoveCurrentHit ( ) : void
Résultat void

SetStartTestPoint() public méthode

public SetStartTestPoint ( int x, int y ) : void
x int
y int
Résultat void

Property Details

dbugBreak public_oe property

public bool dbugBreak
Résultat bool

dbugHitTracker public_oe property

public dbugHitTestTracker dbugHitTracker
Résultat dbugHitTestTracker