C# Class CSReportPaint.cGraphics

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetCapsule ( RectangleF baseRect ) : GraphicsPath
GetRoundedRect ( RectangleF baseRect, float radius ) : GraphicsPath

Method Details

DrawRoundRectangle() public méthode

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
Résultat void

DrawRoundRectangle() public méthode

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
Résultat void

FillRoundRectangle() public méthode

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
Résultat void

FillRoundRectangle() public méthode

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
Résultat void

cGraphics() public méthode

public cGraphics ( Graphics graphics ) : System
graphics System.Drawing.Graphics
Résultat System