C# 클래스 BiliRanking.Core.Fubang

파일 보기 프로젝트 열기: SkiTiSu/BiliRanking

공개 메소드들

메소드 설명
AddPic ( BiliInterfaceInfo info, int n ) : void
AddPic2 ( BiliInterfaceInfo info, int n ) : void
Gen ( List infos ) : void
Gen2 ( List infos ) : void
RoundCorners ( Image StartImage, int CornerRadius, Color BackgroundColor ) : Image
createFluffyBrush ( GraphicsPath gp, float blendPositions, float blendFactors ) : Brush
createRoundRect ( int x, int y, int width, int height, int radius ) : GraphicsPath
resizeImage ( Image imgToResize, Size size ) : Image
transferOneARGBChannelFromOneBitmapToAnother ( Bitmap source, Bitmap dest, ChannelARGB sourceChannel, ChannelARGB destChannel ) : void

비공개 메소드들

메소드 설명
RoundCorners ( Image image, int cornerRadius ) : Image

메소드 상세

AddPic() 공개 메소드

public AddPic ( BiliInterfaceInfo info, int n ) : void
info BiliInterfaceInfo
n int
리턴 void

AddPic2() 공개 메소드

public AddPic2 ( BiliInterfaceInfo info, int n ) : void
info BiliInterfaceInfo
n int
리턴 void

Gen() 공개 메소드

public Gen ( List infos ) : void
infos List
리턴 void

Gen2() 공개 메소드

public Gen2 ( List infos ) : void
infos List
리턴 void

RoundCorners() 공개 메소드

public RoundCorners ( Image StartImage, int CornerRadius, Color BackgroundColor ) : Image
StartImage Image
CornerRadius int
BackgroundColor Color
리턴 Image

createFluffyBrush() 공개 정적인 메소드

public static createFluffyBrush ( GraphicsPath gp, float blendPositions, float blendFactors ) : Brush
gp System.Drawing.Drawing2D.GraphicsPath
blendPositions float
blendFactors float
리턴 System.Drawing.Brush

createRoundRect() 공개 정적인 메소드

public static createRoundRect ( int x, int y, int width, int height, int radius ) : GraphicsPath
x int
y int
width int
height int
radius int
리턴 System.Drawing.Drawing2D.GraphicsPath

resizeImage() 공개 정적인 메소드

public static resizeImage ( Image imgToResize, Size size ) : Image
imgToResize Image
size System.Drawing.Size
리턴 Image

transferOneARGBChannelFromOneBitmapToAnother() 공개 정적인 메소드

public static transferOneARGBChannelFromOneBitmapToAnother ( Bitmap source, Bitmap dest, ChannelARGB sourceChannel, ChannelARGB destChannel ) : void
source System.Drawing.Bitmap
dest System.Drawing.Bitmap
sourceChannel ChannelARGB
destChannel ChannelARGB
리턴 void