C# Класс SimplexDialog.GraphicsExtension

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

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

Метод Описание
DrawRoundedRectangle ( this graphics, Pen pen, Rectangle rectangle, int radius ) : void
DrawRoundedRectangle ( this graphics, Pen pen, Rectangle rectangle, int radius, RectangleEdgeFilter filter ) : void
DrawRoundedRectangle ( this graphics, Pen pen, RectangleF rectangle, int radius ) : void
DrawRoundedRectangle ( this graphics, Pen pen, RectangleF rectangle, int radius, RectangleEdgeFilter filter ) : void
DrawRoundedRectangle ( this graphics, Pen pen, float x, float y, float width, float height, float radius ) : void
DrawRoundedRectangle ( this graphics, Pen pen, float x, float y, float width, float height, float radius, RectangleEdgeFilter filter ) : void
DrawRoundedRectangle ( this graphics, Pen pen, int x, int y, int width, int height, int radius ) : void
FillRoundedRectangle ( this graphics, Brush brush, Rectangle rectangle, int radius ) : void
FillRoundedRectangle ( this graphics, Brush brush, Rectangle rectangle, int radius, RectangleEdgeFilter filter ) : void
FillRoundedRectangle ( this graphics, Brush brush, RectangleF rectangle, int radius ) : void
FillRoundedRectangle ( this graphics, Brush brush, RectangleF rectangle, int radius, RectangleEdgeFilter filter ) : void
FillRoundedRectangle ( this graphics, Brush brush, float x, float y, float width, float height, float radius ) : void
FillRoundedRectangle ( this graphics, Brush brush, float x, float y, float width, float height, float radius, RectangleEdgeFilter filter ) : void
FillRoundedRectangle ( this graphics, Brush brush, int x, int y, int width, int height, int radius ) : void
GetFontMetrics ( this graphics, Font font ) : FontMetrics

Приватные методы

Метод Описание
GenerateCapsule ( this graphics, RectangleF rectangle ) : GraphicsPath
GenerateRoundedRectangle ( this graphics, RectangleF rectangle, float radius, RectangleEdgeFilter filter ) : GraphicsPath

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

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

public static DrawRoundedRectangle ( this graphics, Pen pen, Rectangle rectangle, int radius ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.Rectangle
radius int
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, Rectangle rectangle, int radius, RectangleEdgeFilter filter ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.Rectangle
radius int
filter RectangleEdgeFilter
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, RectangleF rectangle, int radius ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.RectangleF
radius int
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, RectangleF rectangle, int radius, RectangleEdgeFilter filter ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.RectangleF
radius int
filter RectangleEdgeFilter
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, float x, float y, float width, float height, float radius ) : void
graphics this
pen System.Drawing.Pen
x float
y float
width float
height float
radius float
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, float x, float y, float width, float height, float radius, RectangleEdgeFilter filter ) : void
graphics this
pen System.Drawing.Pen
x float
y float
width float
height float
radius float
filter RectangleEdgeFilter
Результат void

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

public static DrawRoundedRectangle ( this graphics, Pen pen, int x, int y, int width, int height, int radius ) : void
graphics this
pen System.Drawing.Pen
x int
y int
width int
height int
radius int
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, Rectangle rectangle, int radius ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.Rectangle
radius int
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, Rectangle rectangle, int radius, RectangleEdgeFilter filter ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.Rectangle
radius int
filter RectangleEdgeFilter
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, RectangleF rectangle, int radius ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.RectangleF
radius int
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, RectangleF rectangle, int radius, RectangleEdgeFilter filter ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.RectangleF
radius int
filter RectangleEdgeFilter
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, float x, float y, float width, float height, float radius ) : void
graphics this
brush System.Drawing.Brush
x float
y float
width float
height float
radius float
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, float x, float y, float width, float height, float radius, RectangleEdgeFilter filter ) : void
graphics this
brush System.Drawing.Brush
x float
y float
width float
height float
radius float
filter RectangleEdgeFilter
Результат void

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

public static FillRoundedRectangle ( this graphics, Brush brush, int x, int y, int width, int height, int radius ) : void
graphics this
brush System.Drawing.Brush
x int
y int
width int
height int
radius int
Результат void

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

public static GetFontMetrics ( this graphics, Font font ) : FontMetrics
graphics this
font System.Drawing.Font
Результат FontMetrics