C# Class LayoutFarm.Text.CaretRenderElement

Inheritance: RenderElement
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CaretRenderElement ( RootGraphic g, int w, int h ) : PixelFarm.Drawing
CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
ResetRootGraphics ( RootGraphic rootgfx ) : void

Private Methods

Méthode Description
DrawCaret ( Canvas canvas, int x, int y ) : void

Method Details

CaretRenderElement() public méthode

public CaretRenderElement ( RootGraphic g, int w, int h ) : PixelFarm.Drawing
g RootGraphic
w int
h int
Résultat PixelFarm.Drawing

CustomDrawToThisCanvas() public méthode

public CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
Résultat void

ResetRootGraphics() public méthode

public ResetRootGraphics ( RootGraphic rootgfx ) : void
rootgfx RootGraphic
Résultat void