C# Class AlphaTab.Rendering.Glyphs.RepeatCloseGlyph

Inheritance: Glyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RepeatCloseGlyph ( float x, float y ) : AlphaTab.Platform

Method Details

DoLayout() public method

public DoLayout ( ) : void
return void

Paint() public method

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void

RepeatCloseGlyph() public method

public RepeatCloseGlyph ( float x, float y ) : AlphaTab.Platform
x float
y float
return AlphaTab.Platform