C# Class GreaterShare.Services.DrawingService

Inheritance: IDrawingService
Mostrar archivo Open project: waynebaby/GreaterShareUWP

Public Methods

Method Description
DrawStrokeOnImageBackground ( IReadOnlyList strokes, byte backgroundImageBuffer ) : byte[]
DrawStrokeOnSolidColorBackground ( IReadOnlyList strokes, int width, int height, Color color ) : byte[]

Method Details

DrawStrokeOnImageBackground() public method

public DrawStrokeOnImageBackground ( IReadOnlyList strokes, byte backgroundImageBuffer ) : byte[]
strokes IReadOnlyList
backgroundImageBuffer byte
return byte[]

DrawStrokeOnSolidColorBackground() public method

public DrawStrokeOnSolidColorBackground ( IReadOnlyList strokes, int width, int height, Color color ) : byte[]
strokes IReadOnlyList
width int
height int
color Color
return byte[]