C# 클래스 GreaterShare.Services.DrawingService

상속: IDrawingService
파일 보기 프로젝트 열기: waynebaby/GreaterShareUWP

공개 메소드들

메소드 설명
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[]