C# Класс JarrettVance.ChapterTools.Helpers

Показать файл Открыть проект

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

Метод Описание
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