C# Class Ultima.FrameEdit

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int

Méthodes publiques

Méthode Description
ChangeCenter ( int x, int y ) : void
FrameEdit ( BinaryReader bin ) : System.Collections.Generic
FrameEdit ( Bitmap bit, ushort palette, int centerx, int centery ) : System.Collections.Generic
Save ( BinaryWriter bin ) : void

Private Methods

Méthode Description
GetPaletteIndex ( ushort palette, ushort col ) : byte

Method Details

ChangeCenter() public méthode

public ChangeCenter ( int x, int y ) : void
x int
y int
Résultat void

FrameEdit() public méthode

public FrameEdit ( BinaryReader bin ) : System.Collections.Generic
bin System.IO.BinaryReader
Résultat System.Collections.Generic

FrameEdit() public méthode

public FrameEdit ( Bitmap bit, ushort palette, int centerx, int centery ) : System.Collections.Generic
bit System.Drawing.Bitmap
palette ushort
centerx int
centery int
Résultat System.Collections.Generic

Save() public méthode

public Save ( BinaryWriter bin ) : void
bin System.IO.BinaryWriter
Résultat void

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int