C# 클래스 SimplexDialog.GraphicsExtension

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine

공개 메소드들

메소드 설명
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