C# Class BattleInfoPlugin.Models.Repositories.MapResourceExtensions

Afficher le fichier Open project: Yoctillion/BattleInfoPlugin

Méthodes publiques

Méthode Description
FindPoint ( this places, int num ) : Point
HasMapSwf ( this map ) : bool
MergeClosePoint ( this points ) : IEnumerable
ToBitmapFrame ( this tag ) : System.Windows.Media.Imaging.BitmapFrame
ToMergedPoint ( this point, IEnumerable points ) : Point
ToPoint ( this tag ) : Point
ToSwf ( this map ) : DDW.Swf.SwfCompilationUnit

Private Methods

Méthode Description
AlphaBlending ( System.Windows.Media.Imaging.BitmapSource bitmap, byte alphaData ) : System.Windows.Media.Imaging.BitmapSource
CreateNonTransparentAlphaData ( uint length ) : IEnumerable
GetMapSwfFilePath ( this map ) : string
RepairJpegData ( byte data ) : byte[]

Method Details

FindPoint() public static méthode

public static FindPoint ( this places, int num ) : Point
places this
num int
Résultat Point

HasMapSwf() public static méthode

public static HasMapSwf ( this map ) : bool
map this
Résultat bool

MergeClosePoint() public static méthode

public static MergeClosePoint ( this points ) : IEnumerable
points this
Résultat IEnumerable

ToBitmapFrame() public static méthode

public static ToBitmapFrame ( this tag ) : System.Windows.Media.Imaging.BitmapFrame
tag this
Résultat System.Windows.Media.Imaging.BitmapFrame

ToMergedPoint() public static méthode

public static ToMergedPoint ( this point, IEnumerable points ) : Point
point this
points IEnumerable
Résultat Point

ToPoint() public static méthode

public static ToPoint ( this tag ) : Point
tag this
Résultat Point

ToSwf() public static méthode

public static ToSwf ( this map ) : DDW.Swf.SwfCompilationUnit
map this
Résultat DDW.Swf.SwfCompilationUnit