C# Class Wxv.Swg.Common.Exporters.PngExporter

ファイルを表示 Open project: wverkley/Swg.Explorer

Public Properties

Property Type Description
DefaultExportDDSToPngFileDelegate ExportDDSToPngFileDelegate

Public Methods

Method Description
Export ( string pngFileName ) : void
PngExporter ( byte ddsData, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System

Method Details

Export() public method

public Export ( string pngFileName ) : void
pngFileName string
return void

PngExporter() public method

public PngExporter ( byte ddsData, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
ddsData byte
exportDDSToPngFile ExportDDSToPngFileDelegate
return System

Property Details

DefaultExportDDSToPngFileDelegate public_oe static_oe property

public static ExportDDSToPngFileDelegate DefaultExportDDSToPngFileDelegate
return ExportDDSToPngFileDelegate