Method | Description | |
---|---|---|
AdjustAnimationToResize ( AnimationChainListSave acls, int oldWidth, int oldHeight, int newWidth, int newHeight, string absoluteTextureFileName, List |
||
AdjustFrameToResize ( |
Method | Description | |
---|---|---|
AdjustValue ( float &coordinateToAdjust, int oldWidth, int newWidth ) : void | ||
AskToReplaceOrRename ( ) : DialogResult | ||
AskWhatUserWantsToDo ( ) : DialogResult | ||
GetModifiedTexture2D ( GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
ResizeTextureClick ( GraphicsDevice graphicsDevice ) : void |
public AdjustAnimationToResize ( AnimationChainListSave acls, int oldWidth, int oldHeight, int newWidth, int newHeight, string absoluteTextureFileName, List |
||
acls | AnimationChainListSave | |
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
absoluteTextureFileName | string | |
adjustedFrames | List |
|
return | void |
public AdjustFrameToResize ( |
||
afs | ||
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
return | void |