C# Класс GreaterShare.Services.DrawingService

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

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

Метод Описание
DrawStrokeOnImageBackground ( IReadOnlyList strokes, byte backgroundImageBuffer ) : byte[]
DrawStrokeOnSolidColorBackground ( IReadOnlyList strokes, int width, int height, Color color ) : byte[]

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

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

public DrawStrokeOnImageBackground ( IReadOnlyList strokes, byte backgroundImageBuffer ) : byte[]
strokes IReadOnlyList
backgroundImageBuffer byte
Результат byte[]

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

public DrawStrokeOnSolidColorBackground ( IReadOnlyList strokes, int width, int height, Color color ) : byte[]
strokes IReadOnlyList
width int
height int
color Color
Результат byte[]