C# 클래스 OurSonic.Areas.ColorEditingArea

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ColorEditingArea ( int x, int y, int width, int height ) : System.Html.Media.Graphics
Draw ( CanvasRenderingContext2D canv ) : void
Init ( LevelObjectAssetFrame frame ) : void
OnClick ( Pointer e ) : bool
OnMouseOver ( Pointer e ) : bool
OnMouseUp ( Pointer e ) : bool

메소드 상세

ColorEditingArea() 공개 메소드

public ColorEditingArea ( int x, int y, int width, int height ) : System.Html.Media.Graphics
x int
y int
width int
height int
리턴 System.Html.Media.Graphics

Draw() 공개 메소드

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

Init() 공개 메소드

public Init ( LevelObjectAssetFrame frame ) : void
frame OurSonic.Level.Objects.LevelObjectAssetFrame
리턴 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