C# 클래스 MegaMan.Editor.Bll.SpriteModel

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
ForEntity ( EntityInfo entity, MegaMan.Editor.Bll.ProjectDocument project ) : SpriteModel
GetImageSource ( double zoom ) : System.Windows.Media.Imaging.WriteableBitmap
SpriteModel ( Sprite sprite ) : System

메소드 상세

ForEntity() 공개 정적인 메소드

public static ForEntity ( EntityInfo entity, MegaMan.Editor.Bll.ProjectDocument project ) : SpriteModel
entity MegaMan.Common.Entities.EntityInfo
project MegaMan.Editor.Bll.ProjectDocument
리턴 SpriteModel

GetImageSource() 공개 메소드

public GetImageSource ( double zoom ) : System.Windows.Media.Imaging.WriteableBitmap
zoom double
리턴 System.Windows.Media.Imaging.WriteableBitmap

SpriteModel() 공개 메소드

public SpriteModel ( Sprite sprite ) : System
sprite Sprite
리턴 System