C# 클래스 OurSonic.Areas.PaletteArea

상속: Panel
파일 보기 프로젝트 열기: OurSonic/OurSonicSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
Init ( string palette, bool wide ) : void
OnClick ( Pointer e ) : bool
OnMouseOver ( Pointer e ) : bool
OnMouseUp ( Pointer e ) : bool
PaletteArea ( int x, int y ) : System

메소드 상세

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( CanvasRenderingContext2D canv ) : void
canv System.Html.Media.Graphics.CanvasRenderingContext2D
리턴 void

Init() 공개 메소드

public Init ( string palette, bool wide ) : void
palette string
wide bool
리턴 void

OnClick() 공개 메소드

public OnClick ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
리턴 bool

OnMouseOver() 공개 메소드

public OnMouseOver ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
리턴 bool

OnMouseUp() 공개 메소드

public OnMouseUp ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
리턴 bool

PaletteArea() 공개 메소드

public PaletteArea ( int x, int y ) : System
x int
y int
리턴 System