C# Class SimplexDialog.GraphicsExtension

ファイルを表示 Open project: lofcz/SimplexRpgEngine

Public Methods

Method Description
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

Private Methods

Method Description
GenerateCapsule ( this graphics, RectangleF rectangle ) : GraphicsPath
GenerateRoundedRectangle ( this graphics, RectangleF rectangle, float radius, RectangleEdgeFilter filter ) : GraphicsPath

Method Details

DrawRoundedRectangle() public static method

public static DrawRoundedRectangle ( this graphics, Pen pen, Rectangle rectangle, int radius ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.Rectangle
radius int
return void

DrawRoundedRectangle() public static method

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
return void

DrawRoundedRectangle() public static method

public static DrawRoundedRectangle ( this graphics, Pen pen, RectangleF rectangle, int radius ) : void
graphics this
pen System.Drawing.Pen
rectangle System.Drawing.RectangleF
radius int
return void

DrawRoundedRectangle() public static method

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
return void

DrawRoundedRectangle() public static method

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
return void

DrawRoundedRectangle() public static method

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
return void

DrawRoundedRectangle() public static method

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
return void

FillRoundedRectangle() public static method

public static FillRoundedRectangle ( this graphics, Brush brush, Rectangle rectangle, int radius ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.Rectangle
radius int
return void

FillRoundedRectangle() public static method

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
return void

FillRoundedRectangle() public static method

public static FillRoundedRectangle ( this graphics, Brush brush, RectangleF rectangle, int radius ) : void
graphics this
brush System.Drawing.Brush
rectangle System.Drawing.RectangleF
radius int
return void

FillRoundedRectangle() public static method

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
return void

FillRoundedRectangle() public static method

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
return void

FillRoundedRectangle() public static method

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
return void

FillRoundedRectangle() public static method

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
return void

GetFontMetrics() public static method

public static GetFontMetrics ( this graphics, Font font ) : FontMetrics
graphics this
font System.Drawing.Font
return FontMetrics