C# Класс XnaBuildContent.Compilers.ImageTools

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CombinePngs ( List placements, ToolBelt.ParsedPath pngPath ) : void
CompressPngToTexture2DContent ( ToolBelt.ParsedPath pngFileName, string compressionType, Texture2DContent &textureContent ) : void
RotatePng ( ToolBelt.ParsedPath pngPath, ImageRotation rotation ) : void
SvgToPdfWithInkscape ( string svgFile, string pdfFile ) : void
SvgToPngWithInkscape ( string svgFile, string pngFile, int width, int height ) : void
SvgToPngWithRSvg ( string svgFile, string pngFile, int width, int height ) : void

Описание методов

CombinePngs() публичный статический Метод

public static CombinePngs ( List placements, ToolBelt.ParsedPath pngPath ) : void
placements List
pngPath ToolBelt.ParsedPath
Результат void

CompressPngToTexture2DContent() публичный статический Метод

public static CompressPngToTexture2DContent ( ToolBelt.ParsedPath pngFileName, string compressionType, Texture2DContent &textureContent ) : void
pngFileName ToolBelt.ParsedPath
compressionType string
textureContent Microsoft.Xna.Framework.Content.Pipeline.Graphics.Texture2DContent
Результат void

RotatePng() публичный статический Метод

public static RotatePng ( ToolBelt.ParsedPath pngPath, ImageRotation rotation ) : void
pngPath ToolBelt.ParsedPath
rotation ImageRotation
Результат void

SvgToPdfWithInkscape() публичный статический Метод

public static SvgToPdfWithInkscape ( string svgFile, string pdfFile ) : void
svgFile string
pdfFile string
Результат void

SvgToPngWithInkscape() публичный статический Метод

public static SvgToPngWithInkscape ( string svgFile, string pngFile, int width, int height ) : void
svgFile string
pngFile string
width int
height int
Результат void

SvgToPngWithRSvg() публичный статический Метод

public static SvgToPngWithRSvg ( string svgFile, string pngFile, int width, int height ) : void
svgFile string
pngFile string
width int
height int
Результат void