C# Class LayoutFarm.HtmlBoxes.SelectionSegment

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
FullLine SelectionSegment

Public Methods

Method Description
Clear ( ) : void
PaintSelection ( PaintVisitor p, CssLineBox line ) : void
SelectionSegment ( int beginAtPixel, int width ) : PixelFarm.Drawing

Private Methods

Method Description
SelectionSegment ( ) : PixelFarm.Drawing

Method Details

Clear() public method

public Clear ( ) : void
return void

PaintSelection() public method

public PaintSelection ( PaintVisitor p, CssLineBox line ) : void
p PaintVisitor
line CssLineBox
return void

SelectionSegment() public method

public SelectionSegment ( int beginAtPixel, int width ) : PixelFarm.Drawing
beginAtPixel int
width int
return PixelFarm.Drawing

Property Details

FullLine public_oe static_oe property

public static SelectionSegment,LayoutFarm.HtmlBoxes FullLine
return SelectionSegment