C# Class LayoutFarm.UI.RenderSurfaceScrollRelation

显示文件 Open project: prepare/HTML-Renderer

Public Methods

Method Description
RaiseProperEvents ( UIScrollEventArgs hScrollEventArgs, UIScrollEventArgs vScrollEventArgs ) : void
RenderSurfaceScrollRelation ( object owner ) : System

Protected Methods

Method Description
RaiseScrollChangedEvents ( bool needVeritcal, bool needHorizontal ) : void

Method Details

RaiseProperEvents() public method

public RaiseProperEvents ( UIScrollEventArgs hScrollEventArgs, UIScrollEventArgs vScrollEventArgs ) : void
hScrollEventArgs UIScrollEventArgs
vScrollEventArgs UIScrollEventArgs
return void

RaiseScrollChangedEvents() protected method

protected RaiseScrollChangedEvents ( bool needVeritcal, bool needHorizontal ) : void
needVeritcal bool
needHorizontal bool
return void

RenderSurfaceScrollRelation() public method

public RenderSurfaceScrollRelation ( object owner ) : System
owner object
return System