C# Class Spryt.ImageInfo

Afficher le fichier Open project: Metapyziks/SprytEditor Class Usage Examples

Méthodes publiques

Méthode Description
AddLayer ( int index = -1, string label = null ) : void
ImageInfo ( ToolPanel toolInfoPanel, String filePath ) : System
ImageInfo ( ToolPanel toolInfoPanel, int width, int height, String name = "untitled.png" ) : System
InBounds ( int x, int y ) : bool
PushState ( ) : void
RemoveLayer ( int index ) : void
Save ( String filePath = null ) : void
SwapLayers ( int indexA, int indexB ) : void
UpdateLayers ( ) : void

Private Methods

Méthode Description
Load ( Stream stream ) : void
Load ( String filePath ) : void
Save ( Stream stream ) : void
SetupCanvas ( ToolPanel toolInfoPanel ) : void
SetupDefaultGrid ( ) : void
Wrap ( int a, int b ) : int

Method Details

AddLayer() public méthode

public AddLayer ( int index = -1, string label = null ) : void
index int
label string
Résultat void

ImageInfo() public méthode

public ImageInfo ( ToolPanel toolInfoPanel, String filePath ) : System
toolInfoPanel ToolPanel
filePath String
Résultat System

ImageInfo() public méthode

public ImageInfo ( ToolPanel toolInfoPanel, int width, int height, String name = "untitled.png" ) : System
toolInfoPanel ToolPanel
width int
height int
name String
Résultat System

InBounds() public méthode

public InBounds ( int x, int y ) : bool
x int
y int
Résultat bool

PushState() public méthode

public PushState ( ) : void
Résultat void

RemoveLayer() public méthode

public RemoveLayer ( int index ) : void
index int
Résultat void

Save() public méthode

public Save ( String filePath = null ) : void
filePath String
Résultat void

SwapLayers() public méthode

public SwapLayers ( int indexA, int indexB ) : void
indexA int
indexB int
Résultat void

UpdateLayers() public méthode

public UpdateLayers ( ) : void
Résultat void