C# 클래스 OurSonic.Utility.CanvasInformation

파일 보기 프로젝트 열기: OurSonic/OurSonicSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CanvasInformation ( CanvasRenderingContext2D context, jQueryObject domCanvas ) : System.Html
Create ( CanvasElement canvas, int w, int h, bool pixelated ) : CanvasInformation
Create ( int w, int h, bool pixelated ) : CanvasInformation

메소드 상세

CanvasInformation() 공개 메소드

public CanvasInformation ( CanvasRenderingContext2D context, jQueryObject domCanvas ) : System.Html
context System.Html.Media.Graphics.CanvasRenderingContext2D
domCanvas jQueryObject
리턴 System.Html

Create() 공개 정적인 메소드

public static Create ( CanvasElement canvas, int w, int h, bool pixelated ) : CanvasInformation
canvas System.Html.CanvasElement
w int
h int
pixelated bool
리턴 CanvasInformation

Create() 공개 정적인 메소드

public static Create ( int w, int h, bool pixelated ) : CanvasInformation
w int
h int
pixelated bool
리턴 CanvasInformation