C# Class LayoutFarm.HtmlBoxes.HtmlContainer

Inheritance: IDisposable
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugCount02 int

Public Methods

Method Description
ClearPreviousSelection ( ) : void
ContainerInvalidateGraphics ( ) : void
CopySelection ( System stbuilder ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

PerformLayout ( LayoutVisitor lay ) : void
PerformPaint ( PaintVisitor p ) : void
SetMaxSize ( float maxWidth, float maxHeight ) : void
SetSelection ( SelectionRange selRange ) : void

Protected Methods

Method Description
OnAllDisposed ( ) : void
OnLayoutFinished ( ) : void
OnRequestImage ( ImageBinder binder, object reqFrom, bool _sync ) : void
OnRequestScrollView ( CssBox box ) : void
OnRootCreated ( CssBox root ) : void
OnRootDisposed ( ) : void

Private Methods

Method Description
Dispose ( bool all ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

RaiseImageRequest ( ImageBinder binder, object reqBy, bool _sync ) : void
RequestScrollView ( CssBox box ) : void
UpdateSizeIfWiderOrHigher ( float newWidth, float newHeight ) : void
dbugAddToProperContainer ( CssBox box ) : void

Method Details

ClearPreviousSelection() public abstract method

public abstract ClearPreviousSelection ( ) : void
return void

ContainerInvalidateGraphics() public abstract method

public abstract ContainerInvalidateGraphics ( ) : void
return void

CopySelection() public abstract method

public abstract CopySelection ( System stbuilder ) : void
stbuilder System
return void

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

OnAllDisposed() protected method

protected OnAllDisposed ( ) : void
return void

OnLayoutFinished() protected method

protected OnLayoutFinished ( ) : void
return void

OnRequestImage() protected abstract method

protected abstract OnRequestImage ( ImageBinder binder, object reqFrom, bool _sync ) : void
binder ImageBinder
reqFrom object
_sync bool
return void

OnRequestScrollView() protected abstract method

protected abstract OnRequestScrollView ( CssBox box ) : void
box CssBox
return void

OnRootCreated() protected method

protected OnRootCreated ( CssBox root ) : void
root CssBox
return void

OnRootDisposed() protected method

protected OnRootDisposed ( ) : void
return void

PerformLayout() public method

public PerformLayout ( LayoutVisitor lay ) : void
lay LayoutVisitor
return void

PerformPaint() public method

public PerformPaint ( PaintVisitor p ) : void
p PaintVisitor
return void

SetMaxSize() public method

public SetMaxSize ( float maxWidth, float maxHeight ) : void
maxWidth float
maxHeight float
return void

SetSelection() public abstract method

public abstract SetSelection ( SelectionRange selRange ) : void
selRange SelectionRange
return void

Property Details

dbugCount02 public_oe static_oe property

public static int dbugCount02
return int