C# 클래스 XnaBuildContent.Compilers.ImageTools

파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent 1 사용 예제들

공개 메소드들

메소드 설명
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