C# 클래스 JarrettVance.ChapterTools.Helpers

파일 보기 프로젝트 열기: jarrettv/ChapterGrabber

공개 메소드들

메소드 설명
FillRoundedRectangle ( Graphics graphics, Rectangle rectangle, Brush brush, int radius ) : void
RemoveNumbers ( this str ) : string
RemoveSpecialCharacters ( this str ) : string
RoundedRectangle ( Rectangle r, int radius ) : GraphicsPath

메소드 상세

FillRoundedRectangle() 공개 정적인 메소드

public static FillRoundedRectangle ( Graphics graphics, Rectangle rectangle, Brush brush, int radius ) : void
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
brush System.Drawing.Brush
radius int
리턴 void

RemoveNumbers() 공개 정적인 메소드

public static RemoveNumbers ( this str ) : string
str this
리턴 string

RemoveSpecialCharacters() 공개 정적인 메소드

public static RemoveSpecialCharacters ( this str ) : string
str this
리턴 string

RoundedRectangle() 공개 정적인 메소드

public static RoundedRectangle ( Rectangle r, int radius ) : GraphicsPath
r System.Drawing.Rectangle
radius int
리턴 System.Drawing.Drawing2D.GraphicsPath