C# Class LayoutFarm.CustomWidgets.CustomTextRun

Inheritance: RenderElement
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugBreak bool

Public Methods

Method Description
CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
CustomTextRun ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
ResetRootGraphics ( RootGraphic rootgfx ) : void

Method Details

CustomDrawToThisCanvas() public method

public CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
return void

CustomTextRun() public method

public CustomTextRun ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
rootgfx RootGraphic
width int
height int
return PixelFarm.Drawing

ResetRootGraphics() public method

public ResetRootGraphics ( RootGraphic rootgfx ) : void
rootgfx RootGraphic
return void

Property Details

dbugBreak public property

public bool dbugBreak
return bool