C# Класс TpTrayUtility.Components.RoundedRectangle

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

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

Метод Описание
Create ( Rectangle rect ) : GraphicsPath
Create ( Rectangle rect, int radius ) : GraphicsPath
Create ( Rectangle rect, int radius, RectangleCorners corners ) : GraphicsPath
Create ( int x, int y, int width, int height ) : GraphicsPath
Create ( int x, int y, int width, int height, int radius ) : GraphicsPath
Create ( int x, int y, int width, int height, int radius, RectangleCorners corners ) : GraphicsPath

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

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

public static Create ( Rectangle rect ) : GraphicsPath
rect System.Drawing.Rectangle
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static Create ( Rectangle rect, int radius ) : GraphicsPath
rect System.Drawing.Rectangle
radius int
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static Create ( Rectangle rect, int radius, RectangleCorners corners ) : GraphicsPath
rect System.Drawing.Rectangle
radius int
corners RectangleCorners
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static Create ( int x, int y, int width, int height ) : GraphicsPath
x int
y int
width int
height int
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static Create ( 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

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

public static Create ( int x, int y, int width, int height, int radius, RectangleCorners corners ) : GraphicsPath
x int
y int
width int
height int
radius int
corners RectangleCorners
Результат System.Drawing.Drawing2D.GraphicsPath