C# 클래스 FlatRedBall.AnimationEditorForms.Editing.ResizeMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AdjustAnimationToResize ( AnimationChainListSave acls, int oldWidth, int oldHeight, int newWidth, int newHeight, string absoluteTextureFileName, List adjustedFrames ) : void
AdjustFrameToResize ( AnimationFrameSave afs, int oldWidth, int oldHeight, int newWidth, int newHeight ) : void

비공개 메소드들

메소드 설명
AdjustValue ( float &coordinateToAdjust, int oldWidth, int newWidth ) : void
AskToReplaceOrRename ( ) : DialogResult
AskWhatUserWantsToDo ( ) : DialogResult
GetModifiedTexture2D ( GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D
ResizeTextureClick ( GraphicsDevice graphicsDevice ) : void

메소드 상세

AdjustAnimationToResize() 공개 메소드

public AdjustAnimationToResize ( AnimationChainListSave acls, int oldWidth, int oldHeight, int newWidth, int newHeight, string absoluteTextureFileName, List adjustedFrames ) : void
acls AnimationChainListSave
oldWidth int
oldHeight int
newWidth int
newHeight int
absoluteTextureFileName string
adjustedFrames List
리턴 void

AdjustFrameToResize() 공개 메소드

public AdjustFrameToResize ( AnimationFrameSave afs, int oldWidth, int oldHeight, int newWidth, int newHeight ) : void
afs FlatRedBall.Content.AnimationChain.AnimationFrameSave
oldWidth int
oldHeight int
newWidth int
newHeight int
리턴 void