C# Класс CSReportPaint.cGraphics

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

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

Метод Описание
DrawRoundRectangle ( System pen, float x, float y, float width, float height, float radius ) : void
DrawRoundRectangle ( System pen, int x, int y, int width, int height, int radius ) : void
FillRoundRectangle ( System brush, float x, float y, float width, float height, float radius ) : void
FillRoundRectangle ( System brush, int x, int y, int width, int height, int radius ) : void
cGraphics ( Graphics graphics ) : System

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

Метод Описание
GetCapsule ( RectangleF baseRect ) : GraphicsPath
GetRoundedRect ( RectangleF baseRect, float radius ) : GraphicsPath

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

DrawRoundRectangle() публичный Метод

public DrawRoundRectangle ( System pen, float x, float y, float width, float height, float radius ) : void
pen System
x float
y float
width float
height float
radius float
Результат void

DrawRoundRectangle() публичный Метод

public DrawRoundRectangle ( System pen, int x, int y, int width, int height, int radius ) : void
pen System
x int
y int
width int
height int
radius int
Результат void

FillRoundRectangle() публичный Метод

public FillRoundRectangle ( System brush, float x, float y, float width, float height, float radius ) : void
brush System
x float
y float
width float
height float
radius float
Результат void

FillRoundRectangle() публичный Метод

public FillRoundRectangle ( System brush, int x, int y, int width, int height, int radius ) : void
brush System
x int
y int
width int
height int
radius int
Результат void

cGraphics() публичный Метод

public cGraphics ( Graphics graphics ) : System
graphics System.Drawing.Graphics
Результат System