DecompileToImage() public method

Decompiles to image.
public DecompileToImage ( ) : Image
return Image
コード例 #1
0
ファイル: Program.cs プロジェクト: bladecoding/SwfExport
 static Tuple<int, Image> DecodeLossLess(DefineBitsLossLessTag tag)
 {
     return Tuple.Create((int)tag.CharacterId, tag.DecompileToImage());
 }