C# 클래스 Painting.Ink.Controls.CanvasDrawingSessionExtension

파일 보기 프로젝트 열기: tmyt/PaintCanvas

공개 메소드들

메소드 설명
Clear ( this session ) : void
DrawImage ( this session, ICanvasImage image, float opacity ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( this session ) : void
session this
리턴 void

DrawImage() 공개 정적인 메소드

public static DrawImage ( this session, ICanvasImage image, float opacity ) : void
session this
image ICanvasImage
opacity float
리턴 void