C# Класс AlphaTab.Rendering.Glyphs.RepeatCountGlyph

Наследование: Glyph
Показать файл Открыть проект

Открытые методы

Метод Описание
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform

Описание методов

DoLayout() публичный Метод

public DoLayout ( ) : void
Результат void

Paint() публичный Метод

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
Результат void

RepeatCountGlyph() публичный Метод

public RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform
x float
y float
count int
Результат AlphaTab.Platform