C# Class LayoutFarm.DzBoardSample.GraphicShapeRenderElement

Inheritance: LayoutFarm.CustomWidgets.CustomRenderBox
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GraphicShapeRenderElement ( RootGraphic root, int w, int h ) : PixelFarm.Drawing

Protected Methods

Method Description
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

Method Details

DrawBoxContent() protected method

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
return void

GraphicShapeRenderElement() public method

public GraphicShapeRenderElement ( RootGraphic root, int w, int h ) : PixelFarm.Drawing
root RootGraphic
w int
h int
return PixelFarm.Drawing